about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorAngelicosPhosphoros <xuzin.timur@gmail.com>2021-04-04 03:13:03 +0300
committerJoshua Nelson <joshua@yottadb.com>2021-04-03 22:28:35 -0400
commitc13d2dc3722d18513da88baaaceffec2945db06d (patch)
tree9e7ba0cbacdc2c9569322314f28d87ff236eaddf /src/doc/rustc-dev-guide
parent0eae82a6549a40b5acb34cc87c464d3eed8b2476 (diff)
downloadrust-c13d2dc3722d18513da88baaaceffec2945db06d.tar.gz
rust-c13d2dc3722d18513da88baaaceffec2945db06d.zip
Mention CI build of LLVM in build instruction
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
index a97568e6eb2..77f36cda86c 100644
--- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
@@ -33,6 +33,9 @@ settings (and possibly others, such as `llvm.ccache`):
 
 ```toml
 [llvm]
+# Whether to use Rust CI built LLVM instead of locally building it.
+download-ci-llvm = true
+
 # Indicates whether the LLVM assertions are enabled or not
 assertions = true