Skip to content

Commit 9684fa4

Browse files
committed
Reorder arguments
1 parent cc90a95 commit 9684fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/scripts/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ def compile_windows(
202202
if "CLANG" in flags:
203203
args.extend(
204204
[
205+
"--tail-call-interp",
205206
'"/p:PlatformToolset=clangcl"',
206207
'"/p:LLVMInstallDir=C:\\Program Files\\LLVM"',
207208
'"/p:LLVMToolsVersion=19.1.6"',
208-
"--tail-call-interp",
209209
]
210210
)
211211

0 commit comments

Comments
 (0)