File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 761
761
# Currently, the only standard options supported here are `"llvm"`, `"cranelift"` and `"gcc"`.
762
762
# rust.codegen-backends = ["llvm"]
763
763
764
- # Indicates whether LLD will be compiled and made available in the sysroot for rustc to execute, and
765
- # whether to set it as rustc's default linker on `x86_64-unknown-linux-gnu`. This will also only be
766
- # when *not* building an external LLVM (so only when using `download-ci-llvm` or building LLVM from
767
- # the in-tree source): setting `llvm-config` in the `[target.x86_64-unknown-linux-gnu]` section will
768
- # make this default to false.
769
- # rust.lld = false in all cases, except on `x86_64-unknown-linux-gnu` as described above, where it is true
764
+ # Indicates whether LLD will be compiled and made available in the sysroot for rustc to execute,
765
+ # rust.lld = false
770
766
771
767
# Indicates if we should override the linker used to link Rust crates during bootstrap to be LLD.
772
768
# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH
You can’t perform that action at this time.
0 commit comments