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.
2 parents 2f7d28f + 6d6907a commit 7607280Copy full SHA for 7607280
test/lit.site.cfg.py.in
@@ -5,7 +5,7 @@ import sys
5
config.hlsltest_obj_root = path(r"@HLSLTEST_BINARY_DIR@")
6
config.hlsltest_src_root = path(r"@HLSLTEST_SOURCE_DIR@")
7
config.llvm_tools_dir = lit_config.substitute(path(r"@LLVM_TOOLS_DIR@"))
8
-config.hlsltest_dxc = path(r"@DXC_EXECUTABLE@")
+config.hlsltest_dxc = '"' + path(r"@DXC_EXECUTABLE@") + '"'
9
config.hlsltest_supports_spirv = @SUPPORTS_SPIRV@
10
config.hlsltest_test_clang = @FORCE_CLANG@
11
config.hlsltest_test_warp = @FORCE_WARP@
0 commit comments