Skip to content

Commit fce890d

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 ec3b305 commit fce890d

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
@@ -1776,6 +1776,8 @@ skip-test-osx
17761776

17771777
[preset: pr_apple_llvm_project_linux]
17781778

1779+
llvm-cmake-options=-DCLANG_DEFAULT_LINKER=gold
1780+
17791781
foundation
17801782
libicu
17811783
libdispatch

0 commit comments

Comments
 (0)