about summary refs log tree commit diff
path: root/config.example.toml
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2023-12-28 17:27:59 +0300
committeronur-ozkan <work@onurozkan.dev>2023-12-28 17:27:59 +0300
commit12190e5dd2f97a17d597eee23fb3f03b4b052d89 (patch)
treecddeebe6a62b859bfd721b48c098dbebefa9a1a1 /config.example.toml
parenta815c3b69c527c268015f017a88d88331f150a02 (diff)
downloadrust-12190e5dd2f97a17d597eee23fb3f03b4b052d89.tar.gz
rust-12190e5dd2f97a17d597eee23fb3f03b4b052d89.zip
utilize the unused `llvm-tools` option
This field was not functioning as described in its comment in `config.example.toml`.
Also, updated the default value to `true` to keep the bootstrapping behavior as it was before.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index dacc61a3e4c..f1ea6bac3ca 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -661,7 +661,7 @@
 
 # Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
 # sysroot.
-#llvm-tools = false
+#llvm-tools = true
 
 # Whether to deny warnings in crates
 #deny-warnings = true