Skip to content

Commit 2d3b8ce

Browse files
authored
[dsymutil] Require AArch64 backend in asm-line-tables.test (#187797)
This should fix the test on all the builders that don't enable this backend.
1 parent a99dbc5 commit 2d3b8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/dsymutil/asm-line-tables.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Instructions to reproduce
44
$ clang -target arm64-apple-macos26 asm-line-tables.s -o asm-line-tables.o -c -g -fdebug-prefix-map=$PWD=.
55
$ clang -target arm64-apple-macos26 -o asm-line-tables.arm64 asm-line-tables.o -nodefaultlibs -nostdlib -static -Wl,-oso_prefix,$PWD
66

7+
REQUIRES: aarch64-registered-target
78
RUN: dsymutil -oso-prepend-path %p/Inputs/ %p/Inputs/private/tmp/asm/asm-line-tables.arm64 -o %t.dSYM
89
RUN: llvm-dwarfdump --debug-line %t.dSYM | FileCheck %s
910

0 commit comments

Comments
 (0)