[llvm] LSV/test/AArch64: add missing lit.local.cfg; fix build (PR #102607)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 05:47:15 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Ramkumar Ramachandra (artagnon)
<details>
<summary>Changes</summary>
Follow up on 199d6f2 (LSV: document hang reported in #<!-- -->37865) to fix the build when omitting the AArch64 target. Add the missing lit.local.cfg.
---
Full diff: https://github.com/llvm/llvm-project/pull/102607.diff
1 Files Affected:
- (added) llvm/test/Transforms/LoadStoreVectorizer/AArch64/lit.local.cfg (+2)
``````````diff
diff --git a/llvm/test/Transforms/LoadStoreVectorizer/AArch64/lit.local.cfg b/llvm/test/Transforms/LoadStoreVectorizer/AArch64/lit.local.cfg
new file mode 100644
index 00000000000000..10d4a0e953ed47
--- /dev/null
+++ b/llvm/test/Transforms/LoadStoreVectorizer/AArch64/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "AArch64" in config.root.targets:
+ config.unsupported = True
``````````
</details>
https://github.com/llvm/llvm-project/pull/102607
More information about the llvm-commits
mailing list