Skip to content

Commit d304cd0

Browse files
committed
More comments
1 parent e763ddc commit d304cd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.toml.example

+3
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@
400400
# and not the LLD compiled during the bootstrap.
401401
#
402402
# LLD will not be used if we're cross linking or running tests.
403+
#
404+
# Explicitly setting the linker for a target will override this option.
403405
#use-lld = false
404406

405407
# Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
@@ -470,6 +472,7 @@
470472
# Linker to be used to link Rust code. Note that the
471473
# default value is platform specific, and if not specified it may also depend on
472474
# what platform is crossing to what platform.
475+
# Setting this will override the `use-lld` option for Rust code.
473476
#linker = "cc"
474477

475478
# Path to the `llvm-config` binary of the installation of a custom LLVM to link

0 commit comments

Comments
 (0)