Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 071beb1

Browse files
committed
Update config.example.toml
1 parent 7f167f9 commit 071beb1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.example.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,12 @@ change-id = 117813
638638
#lld = false
639639

640640
# Indicates whether LLD will be used to link Rust crates during bootstrap on
641-
# supported platforms. The LLD from the bootstrap distribution will be used
642-
# and not the LLD compiled during the bootstrap.
641+
# supported platforms.
642+
# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
643+
# will be used.
644+
# If set to `"self-contained"`, rust-lld from the snapshot compiler will be used.
643645
#
644-
# LLD will not be used if we're cross linking.
646+
# On MSVC, LLD will not be used if we're cross linking.
645647
#
646648
# Explicitly setting the linker for a target will override this option when targeting MSVC.
647649
#use-lld = false

0 commit comments

Comments
 (0)