Skip to content

Commit

Permalink
Move verify-no-file.yaml to AArch64 folder (#77149)
Browse files Browse the repository at this point in the history
This test fails on power pc and solaris, moving it to AArch64 folder
because the yaml is generated for an AArch64 MachO object file.
  • Loading branch information
rastogishubham committed Jan 5, 2024
1 parent d7b4deb commit 8e92d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RUN: yaml2obj %s -o %t.o
# RUN: llvm-dwarfdump --debug-line --verify %t.o 2>&1 | FileCheck %s
# RUN: llvm-dwarfdump -arch arm64 --debug-line --verify %t.o 2>&1 | FileCheck %s

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

0 comments on commit 8e92d9e

Please sign in to comment.