Files
clang-p2996/mlir/test/Target/SPIRV/lit.local.cfg
Frank Schlimbach 8584abb05a [mlir] mlir/test/lit.local.cfg -> mlir/test/Target/SPIRV/lit.local.cfg (#144685)
renamed: mlir/test/lit.local.cfg -> mlir/test/Target/SPIRV/lit.local.cfg
2025-06-18 15:04:55 +02:00

8 lines
340 B
INI

if not "SPIRV" in config.root.targets:
config.unsupported = True
if config.spirv_tools_tests:
config.available_features.add("spirv-tools")
config.substitutions.append(("spirv-as", os.path.join(config.llvm_tools_dir, "spirv-as")))
config.substitutions.append(("spirv-val", os.path.join(config.llvm_tools_dir, "spirv-val")))