Skip to content

Commit cab1525

Browse files
committed
Fix build of check-llvm-spirv target after 8f8001a
1 parent 185fbea commit cab1525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/lit.site.cfg.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config.target_triple = "@TARGET_TRIPLE@"
1515
config.host_arch = "@HOST_ARCH@"
1616
config.python_executable = "@PYTHON_EXECUTABLE@"
1717
config.test_run_dir = "@CMAKE_CURRENT_BINARY_DIR@"
18-
config.spirv_tools_found = @SPIRV_TOOLS_FOUND@
18+
config.spirv_tools_found = "@SPIRV_TOOLS_FOUND@"
1919
config.spirv_tools_have_spirv_as = @SPIRV_TOOLS_SPIRV_AS_FOUND@
2020
config.spirv_tools_have_spirv_link = @SPIRV_TOOLS_SPIRV_LINK_FOUND@
2121
config.spirv_tools_have_spirv_val = @SPIRV_TOOLS_SPIRV_VAL_FOUND@

0 commit comments

Comments
 (0)