File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -626,10 +626,12 @@ changelog-seen = 2
626
626
# lld = false
627
627
628
628
# Indicates whether LLD will be used to link Rust crates during bootstrap on
629
- # supported platforms. The LLD from the bootstrap distribution will be used
630
- # and not the LLD compiled during the bootstrap.
629
+ # supported platforms.
630
+ # If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
631
+ # will be used.
632
+ # If set to `"self-contained"`, rust-lld from the snapshot compiler will be used.
631
633
#
632
- # LLD will not be used if we're cross linking.
634
+ # On MSVC, LLD will not be used if we're cross linking.
633
635
#
634
636
# Explicitly setting the linker for a target will override this option when targeting MSVC.
635
637
# use-lld = false
You can’t perform that action at this time.
0 commit comments