Skip to content

Commit 7607280

Browse files
authored
Merge pull request #3 from damyanp/dxcpath
Add quotes around DXC path
2 parents 2f7d28f + 6d6907a commit 7607280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.site.cfg.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sys
55
config.hlsltest_obj_root = path(r"@HLSLTEST_BINARY_DIR@")
66
config.hlsltest_src_root = path(r"@HLSLTEST_SOURCE_DIR@")
77
config.llvm_tools_dir = lit_config.substitute(path(r"@LLVM_TOOLS_DIR@"))
8-
config.hlsltest_dxc = path(r"@DXC_EXECUTABLE@")
8+
config.hlsltest_dxc = '"' + path(r"@DXC_EXECUTABLE@") + '"'
99
config.hlsltest_supports_spirv = @SUPPORTS_SPIRV@
1010
config.hlsltest_test_clang = @FORCE_CLANG@
1111
config.hlsltest_test_warp = @FORCE_WARP@

0 commit comments

Comments
 (0)