[llvm] fff78a5 - LSV/test/AArch64: add missing lit.local.cfg; fix build (#102607)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 06:17:17 PDT 2024


Author: Ramkumar Ramachandra
Date: 2024-08-09T14:17:13+01:00
New Revision: fff78a51ee1413676c1aa772532c925dcf313527

URL: https://github.com/llvm/llvm-project/commit/fff78a51ee1413676c1aa772532c925dcf313527
DIFF: https://github.com/llvm/llvm-project/commit/fff78a51ee1413676c1aa772532c925dcf313527.diff

LOG: LSV/test/AArch64: add missing lit.local.cfg; fix build (#102607)

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.

Added: 
    llvm/test/Transforms/LoadStoreVectorizer/AArch64/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
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


        


More information about the llvm-commits mailing list