about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-04-30 10:15:48 +0200
committerJorge Aparicio <jorge@japaric.io>2018-06-03 18:23:01 +0200
commit5e577b8aee60b7ee2394a50d8eec8a3b26541d11 (patch)
tree0a55efe8512a2fd5c987f727bbe852ff8815224b /config.toml.example
parent7d576f25fcb0b0ea1e4d442329a4949765fa02f0 (diff)
ship LLVM tools with the toolchain
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 33ad9147ce0..cbf20993209 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -347,6 +347,10 @@
 # rustc to execute.
 #lld = false
 
+# Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
+# sysroot.
+#llvm-tools = false
+
 # Whether to deny warnings in crates
 #deny-warnings = true