Skip to content

Commit

Permalink
Adjust support expectations for downloaded LLVMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Sep 23, 2020
1 parent df004df commit ef95430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.toml.example
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ef95430

Please sign in to comment.