about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2020-09-23 19:05:11 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2020-09-23 19:05:11 -0400
commitef95430b9bb42fefa0a5e885525525bb52d9cb00 (patch)
tree6413dcf041f9f8b2aa91bd0f9452dc8b3a1f69cc
parentdf004df3a79b70b4af2b8c267457a5be76bb0d85 (diff)
downloadrust-ef95430b9bb42fefa0a5e885525525bb52d9cb00.tar.gz
rust-ef95430b9bb42fefa0a5e885525525bb52d9cb00.zip
Adjust support expectations for downloaded LLVMs
-rw-r--r--config.toml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml.example b/config.toml.example
index fb62e1b4726..c5efb8ed5e5 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -36,8 +36,8 @@ changelog-seen = 1
 # toolchain or changing LLVM locally, you probably want to set this to true.
 #
 # It's currently false by default due to being newly added; please file bugs if
-# enabling this did not work for you on Linux (macOS and Windows support is
-# coming soon).
+# enabling this did not work for you on x86_64-unknown-linux-gnu.
+# Other target triples are currently not supported; see #77084.
 #
 # We also currently only support this when building LLVM for the build triple.
 #
@@ -380,7 +380,7 @@ changelog-seen = 1
 
 # Whether or not to leave debug! and trace! calls in the rust binary.
 # Overrides the `debug-assertions` option, if defined.
-# 
+#
 # Defaults to rust.debug-assertions value
 #debug-logging = debug-assertions