Skip to content

Commit b96fa49

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor-to-python
2 parents 75a085b + 653ecb6 commit b96fa49

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
@@ -189,10 +189,10 @@ def compile_windows(
189189
if "CLANG" in flags:
190190
args.extend(
191191
[
192+
"--tail-call-interp",
192193
r"/p:PlatformToolset=clangcl",
193194
r"/p:LLVMInstallDir=C:\Program Files\LLVM",
194195
r"/p:LLVMToolsVersion=19.1.6",
195-
"--tail-call-interp",
196196
]
197197
)
198198

0 commit comments

Comments
 (0)