Skip to content

Commit 68c07ab

Browse files
committed
Fix Clang
1 parent cead7aa commit 68c07ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bench_runner/scripts/workflow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ def compile_windows(
202202
if "CLANG" in flags:
203203
args.extend(
204204
[
205-
r"/p:PlatformToolset=clangcl",
206-
r"/p:LLVMInstallDir=C:\Program Files\LLVM",
207-
r"/p:LLVMToolsVersion=19.1.6",
205+
r'"/p:PlatformToolset=clangcl"',
206+
r'"/p:LLVMInstallDir=C:\Program Files\LLVM"',
207+
r'"/p:LLVMToolsVersion=19.1.6"',
208208
"--tail-call-interp",
209209
]
210210
)

0 commit comments

Comments
 (0)