Skip to content

Commit 840322d

Browse files
committed
Update bootstrap.example.toml
1 parent fc2cd02 commit 840322d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bootstrap.example.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -761,12 +761,8 @@
761761
# Currently, the only standard options supported here are `"llvm"`, `"cranelift"` and `"gcc"`.
762762
#rust.codegen-backends = ["llvm"]
763763

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
770766

771767
# Indicates if we should override the linker used to link Rust crates during bootstrap to be LLD.
772768
# If set to `true` or `"external"`, a global `lld` binary that has to be in $PATH

0 commit comments

Comments
 (0)