[llvm] Move verify-no-file.yaml to AArch64 folder (PR #77149)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 5 14:22:57 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-debuginfo
Author: Shubham Sandeep Rastogi (rastogishubham)
<details>
<summary>Changes</summary>
This test fails on power pc and solaris, moving it to AArch64 folder because the yaml is generated for an AArch64 MachO object file.
---
Full diff: https://github.com/llvm/llvm-project/pull/77149.diff
1 Files Affected:
- (renamed) llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml (+1-1)
``````````diff
diff --git a/llvm/test/tools/llvm-dwarfdump/verify-no-file.yaml b/llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
similarity index 99%
rename from llvm/test/tools/llvm-dwarfdump/verify-no-file.yaml
rename to llvm/test/tools/llvm-dwarfdump/AArch64/verify-no-file.yaml
index fc25fceef764f9..1327cc26ee9ffc 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
``````````
</details>
https://github.com/llvm/llvm-project/pull/77149
More information about the llvm-commits
mailing list