File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 653
653
# when no explicit backend is specified.
654
654
# codegen-backends = ["llvm"]
655
655
656
- # Indicates whether LLD will be compiled and made available in the sysroot for
657
- # rustc to execute.
658
- # lld = false
656
+ # Indicates whether LLD will be compiled and made available in the sysroot for rustc to execute, and
657
+ # whether to set it as rustc's default linker on `x86_64-unknown-linux-gnu`. This will also only be
658
+ # when *not* building an external LLVM (so only when using `download-ci-llvm` or building LLVM from
659
+ # the in-tree source): setting `llvm-config` in the `[target.x86_64-unknown-linux-gnu]` section will
660
+ # make this default to false.
661
+ # lld = false in all cases, except on `x86_64-unknown-linux-gnu` as described above, where it is true
659
662
660
663
# Indicates whether LLD will be used to link Rust crates during bootstrap on
661
664
# supported platforms.
You can’t perform that action at this time.
0 commit comments