[llvm] [SPIRV] Add lit config for InferAddressSpaces/SPIRV (PR #147977)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 07:47:09 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-transforms

Author: Justin Cai (jzc)

<details>
<summary>Changes</summary>

Fixes failures for #<!-- -->146596

---
Full diff: https://github.com/llvm/llvm-project/pull/147977.diff


1 Files Affected:

- (added) llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg (+2) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/147977


More information about the llvm-commits mailing list