We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cead7aa commit 68c07abCopy full SHA for 68c07ab
1 file changed
bench_runner/scripts/workflow.py
@@ -202,9 +202,9 @@ def compile_windows(
202
if "CLANG" in flags:
203
args.extend(
204
[
205
- r"/p:PlatformToolset=clangcl",
206
- r"/p:LLVMInstallDir=C:\Program Files\LLVM",
207
- r"/p:LLVMToolsVersion=19.1.6",
+ r'"/p:PlatformToolset=clangcl"',
+ r'"/p:LLVMInstallDir=C:\Program Files\LLVM"',
+ r'"/p:LLVMToolsVersion=19.1.6"',
208
"--tail-call-interp",
209
]
210
)
0 commit comments