Skip to content

Commit b70130c

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 5b1d1be commit b70130c

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

17471747
[preset: pr_apple_llvm_project_linux]
17481748

1749+
llvm-cmake-options=-DCLANG_DEFAULT_LINKER=gold
1750+
17491751
foundation
17501752
libicu
17511753
libdispatch

0 commit comments

Comments
 (0)