Skip to content

Commit 0e5b097

Browse files
committed
pr-apple-llvm-project-linux: Set linker to clang
Clang is defaulting to the bfd linker in the PR job, resulting in test failures due to failure to link. Switching it to gold.
1 parent 81e5db4 commit 0e5b097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,8 @@ skip-test-osx
17571757

17581758
[preset: pr_apple_llvm_project_linux]
17591759

1760+
llvm-cmake-options=-DCLANG_DEFAULT_LINKER=gold
1761+
17601762
foundation
17611763
libicu
17621764
libdispatch

0 commit comments

Comments
 (0)