Skip to content

Commit 1202d90

Browse files
authored
Include libLTO.dylib/libLTO.so in Swift toolchains (#39611)
1 parent 4b39738 commit 1202d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ swift-install-components=back-deployment;compiler;clang-builtin-headers;stdlib;s
1818

1919
[preset: mixin_buildbot_install_components_with_clang]
2020
swift-install-components=back-deployment;compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;toolchain-tools;license;sourcekit-xpc-service;swift-remote-mirror;swift-remote-mirror-headers
21-
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;dsymutil
21+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;dsymutil;LTO
2222

2323
[preset: mixin_buildbot_trunk_base]
2424
# Build standard library and SDK overlay for iOS device and simulator.
@@ -789,7 +789,7 @@ no-swift-stdlib-assertions
789789
#===------------------------------------------------------------------------===#
790790
[preset: mixin_linux_install_components_with_clang]
791791
swift-install-components=autolink-driver;compiler;clang-resource-dir-symlink;stdlib;swift-remote-mirror;sdk-overlay;parser-lib;toolchain-tools;license;sourcekit-inproc
792-
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;lld
792+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;lld;LTO
793793

794794
[preset: mixin_linux_installation]
795795
mixin-preset=

0 commit comments

Comments
 (0)