Skip to content

Commit 5fb1b69

Browse files
Explicitly specify compiler/linker for sanitizer-windows
Otherwise the bot fails to pick up the compiler.
1 parent 32f3531 commit 5fb1b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,9 @@
18401840
"-DLLVM_TARGETS_TO_BUILD=X86",
18411841
"-DCOMPILER_RT_BUILD_BUILTINS=ON",
18421842
"-DCOMPILER_RT_BUILD_ORC=OFF",
1843-
1843+
"-DCMAKE_C_COMPILER=cl",
1844+
"-DCMAKE_CXX_COMPILER=cl",
1845+
"-DCMAKE_LINKER=lld-link",
18441846
],
18451847
checks=["check-compiler-rt"],
18461848
# FIXME: Restore `timeout` to default when fixed https://github.com/llvm/llvm-project/issues/102513

0 commit comments

Comments
 (0)