Skip to content

Commit 332d9e3

Browse files
committed
Update config.example.toml
1 parent ff80d0e commit 332d9e3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.example.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,12 @@ change-id = 115898
633633
#lld = false
634634

635635
# Indicates whether LLD will be used to link Rust crates during bootstrap on
636-
# supported platforms. The LLD from the bootstrap distribution will be used
637-
# and not the LLD compiled during the bootstrap.
636+
# supported platforms.
637+
# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
638+
# will be used.
639+
# If set to `"self-contained"`, rust-lld from the snapshot compiler will be used.
638640
#
639-
# LLD will not be used if we're cross linking.
641+
# On MSVC, LLD will not be used if we're cross linking.
640642
#
641643
# Explicitly setting the linker for a target will override this option when targeting MSVC.
642644
#use-lld = false

0 commit comments

Comments
 (0)