[llvm] [SPIRV] Add lit config for InferAddressSpaces/SPIRV (PR #147977)
Justin Cai via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 07:46:37 PDT 2025
https://github.com/jzc created https://github.com/llvm/llvm-project/pull/147977
Fixes failures for #146596
>From 41285acb0c159599b59b052c616216c6fdf001bb Mon Sep 17 00:00:00 2001
From: "Cai, Justin" <justin.cai at intel.com>
Date: Thu, 10 Jul 2025 14:42:40 +0000
Subject: [PATCH] [SPIRV] Add lit config for InferAddressSpaces/SPIRV
---
llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 llvm/test/Transforms/InferAddressSpaces/SPIRV/lit.local.cfg
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