about summary refs log tree commit diff
path: root/config.example.toml
diff options
context:
space:
mode:
authorKjetil Kjeka <kjetil@muybridge.com>2024-02-06 20:09:55 +0100
committerKjetil Kjeka <kjetil@muybridge.com>2024-03-11 13:35:55 +0100
commit6a50d059a594f35d70af30a33a4b395616663f68 (patch)
treee800b442237860cd1caf2d751a48db26fff2e486 /config.example.toml
parent43f2055af5a0897876f25b6bdfa821dea8d5e4aa (diff)
downloadrust-6a50d059a594f35d70af30a33a4b395616663f68.tar.gz
rust-6a50d059a594f35d70af30a33a4b395616663f68.zip
Bootstrap: Add argument for building llvm bitcode linker
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 4fbdccba911..ddcd0ec02e0 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -679,6 +679,10 @@
 # sysroot.
 #llvm-tools = true
 
+# Indicates whether the `self-contained` llvm-bitcode-linker, will be made available
+# in the sysroot
+#llvm-bitcode-linker = false
+
 # Whether to deny warnings in crates
 #deny-warnings = true