Skip to content

Commit 7ba1b1f

Browse files
Move verify-no-file.yaml to AArch64 folder (llvm#77149)
This test fails on power pc and solaris, moving it to AArch64 folder because the yaml is generated for an AArch64 MachO object file. (cherry picked from commit 8e92d9e)
1 parent 1dcda61 commit 7ba1b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-dwarfdump/verify-no-file.yaml renamed to llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RUN: yaml2obj %s -o %t.o
2-
# RUN: llvm-dwarfdump --debug-line --verify %t.o 2>&1 | FileCheck %s
2+
# RUN: llvm-dwarfdump -arch arm64 --debug-line --verify %t.o 2>&1 | FileCheck %s
33

44
# CHECK-NOT: error: .debug_line[0x{{[0-9a-f]+}}][0] has invalid file index 1 (valid values are [1,0]):
55
--- !mach-o

0 commit comments

Comments
 (0)