Skip to content

Commit 446ff7b

Browse files
authored
Merge pull request #73798 from etcwilde/ewilde/linker-whack-a-mole
Mark more linux linkers
2 parents 3d263bf + 8262552 commit 446ff7b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

utils/build-presets.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,8 @@ reconfigure
11571157
# in Linux CI bots
11581158
relocate-xdg-cache-home-under-build-subdir
11591159

1160+
llvm-cmake-options=
1161+
-DCLANG_DEFAULT_LINKER=gold
11601162

11611163
[preset: buildbot_incremental_linux]
11621164
mixin-preset=
@@ -1802,6 +1804,9 @@ skip-test-foundation
18021804
skip-test-libdispatch
18031805
skip-test-xctest
18041806

1807+
llvm-cmake-options=
1808+
-DCLANG_DEFAULT_LINKER=gold
1809+
18051810
# Builds enough of the toolchain to build a swift package on macOS.
18061811
[preset: mixin_swiftpm_package_macos_platform]
18071812
mixin-preset=mixin_swiftpm_macos_platform
@@ -1824,6 +1829,8 @@ mixin-preset=mixin_swiftpm_linux_platform
18241829
skip-test-llbuild
18251830
skip-test-swiftpm
18261831

1832+
llvm-cmake-options=
1833+
-DCLANG_DEFAULT_LINKER=gold
18271834

18281835
#===------------------------------------------------------------------------===#
18291836
# Test swiftPM on macOS builder
@@ -2095,6 +2102,9 @@ skip-test-swift
20952102
skip-test-libdispatch
20962103
skip-test-foundation
20972104

2105+
llvm-cmake-options=
2106+
-DCLANG_DEFAULT_LINKER=gold
2107+
20982108
#===------------------------------------------------------------------------===#
20992109
# Remote Mirror Library
21002110
#===------------------------------------------------------------------------===#
@@ -2921,6 +2931,9 @@ install-libdispatch
29212931
install-xctest
29222932
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;libexec;swift-remote-mirror;sdk-overlay;license
29232933

2934+
llvm-cmake-options=
2935+
-DCLANG_DEFAULT_LINKER=gold
2936+
29242937
[preset: source_compat_suite_macos_DA]
29252938
mixin-preset=source_compat_suite_macos_base
29262939
debug

0 commit comments

Comments
 (0)