Skip to content

Commit aca4c18

Browse files
committed
[build-preset] Install lld into the just built toolchain when compiling on linux.
1 parent bdbcc47 commit aca4c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ swift-enable-ast-verifier=0
774774
#===------------------------------------------------------------------------===#
775775
[preset: mixin_linux_install_components_with_clang]
776776
swift-install-components=autolink-driver;compiler;clang-resource-dir-symlink;stdlib;swift-remote-mirror;sdk-overlay;parser-lib;toolchain-tools;license;sourcekit-inproc
777-
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd
777+
llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-headers;compiler-rt;clangd;lld
778778

779779
[preset: mixin_linux_installation]
780780
mixin-preset=

0 commit comments

Comments
 (0)