[llvm] ccd9e1e - [SPIRV] Add lit config for InferAddressSpaces/SPIRV (#147977)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 09:51:42 PDT 2025
Author: Justin Cai
Date: 2025-07-10T18:51:39+02:00
New Revision: ccd9e1e6beae0f785e3e9db97c64d9ee4f1d4304
URL: https://github.com/llvm/llvm-project/commit/ccd9e1e6beae0f785e3e9db97c64d9ee4f1d4304
DIFF: https://github.com/llvm/llvm-project/commit/ccd9e1e6beae0f785e3e9db97c64d9ee4f1d4304.diff
LOG: [SPIRV] Add lit config for InferAddressSpaces/SPIRV (#147977)
Fixes failures for #146596
Added:
llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg b/llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg
new file mode 100644
index 0000000000000..78dd74cd6dc63
--- /dev/null
+++ b/llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "SPIRV" in config.root.targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list