We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-llvm-spirv
1 parent 185fbea commit cab1525Copy full SHA for cab1525
llvm-spirv/test/lit.site.cfg.py.in
@@ -15,7 +15,7 @@ config.target_triple = "@TARGET_TRIPLE@"
15
config.host_arch = "@HOST_ARCH@"
16
config.python_executable = "@PYTHON_EXECUTABLE@"
17
config.test_run_dir = "@CMAKE_CURRENT_BINARY_DIR@"
18
-config.spirv_tools_found = @SPIRV_TOOLS_FOUND@
+config.spirv_tools_found = "@SPIRV_TOOLS_FOUND@"
19
config.spirv_tools_have_spirv_as = @SPIRV_TOOLS_SPIRV_AS_FOUND@
20
config.spirv_tools_have_spirv_link = @SPIRV_TOOLS_SPIRV_LINK_FOUND@
21
config.spirv_tools_have_spirv_val = @SPIRV_TOOLS_SPIRV_VAL_FOUND@
0 commit comments