We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99dbc5 commit 2d3b8ceCopy full SHA for 2d3b8ce
llvm/test/tools/dsymutil/asm-line-tables.test
@@ -4,6 +4,7 @@ Instructions to reproduce
4
$ clang -target arm64-apple-macos26 asm-line-tables.s -o asm-line-tables.o -c -g -fdebug-prefix-map=$PWD=.
5
$ clang -target arm64-apple-macos26 -o asm-line-tables.arm64 asm-line-tables.o -nodefaultlibs -nostdlib -static -Wl,-oso_prefix,$PWD
6
7
+REQUIRES: aarch64-registered-target
8
RUN: dsymutil -oso-prepend-path %p/Inputs/ %p/Inputs/private/tmp/asm/asm-line-tables.arm64 -o %t.dSYM
9
RUN: llvm-dwarfdump --debug-line %t.dSYM | FileCheck %s
10
0 commit comments