[llvm] 7f2f905 - [SandboxVec] Fix: Add missing lit.local.cfg for target test
Vasileios Porpodas via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 09:10:12 PST 2025
Author: Vasileios Porpodas
Date: 2025-02-08T09:06:00-08:00
New Revision: 7f2f905361558b9137855b00debfdcc5eb057729
URL: https://github.com/llvm/llvm-project/commit/7f2f905361558b9137855b00debfdcc5eb057729
DIFF: https://github.com/llvm/llvm-project/commit/7f2f905361558b9137855b00debfdcc5eb057729.diff
LOG: [SandboxVec] Fix: Add missing lit.local.cfg for target test
Added:
llvm/test/Transforms/SandboxVectorizer/X86/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/llvm/test/Transforms/SandboxVectorizer/X86/lit.local.cfg b/llvm/test/Transforms/SandboxVectorizer/X86/lit.local.cfg
new file mode 100644
index 00000000000000..42bf50dcc13c35
--- /dev/null
+++ b/llvm/test/Transforms/SandboxVectorizer/X86/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "X86" in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list