summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubham Sandeep Rastogi <srastogi22@apple.com>2024-01-05 14:22:29 -0800
committerGitHub <noreply@github.com>2024-01-05 14:22:29 -0800
commit8e92d9ea8dfcc49223e4ac62c998aea4d2d4fc84 (patch)
treeb6914cf44c23ad0615284cfea8bb0f745abe4ff8
parentd7b4debf98fd740f821bda717de7b807e26ae95a (diff)
Move verify-no-file.yaml to AArch64 folder (#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.
-rw-r--r--llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml (renamed from llvm/test/tools/llvm-dwarfdump/verify-no-file.yaml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/verify-no-file.yaml b/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
index fc25fceef764..1327cc26ee9f 100644
--- a/llvm/test/tools/llvm-dwarfdump/verify-no-file.yaml
+++ b/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
@@ -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