Skip to content

Commit ef95430

Browse files
Adjust support expectations for downloaded LLVMs
1 parent df004df commit ef95430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: config.toml.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ changelog-seen = 1
3636
# toolchain or changing LLVM locally, you probably want to set this to true.
3737
#
3838
# It's currently false by default due to being newly added; please file bugs if
39-
# enabling this did not work for you on Linux (macOS and Windows support is
40-
# coming soon).
39+
# enabling this did not work for you on x86_64-unknown-linux-gnu.
40+
# Other target triples are currently not supported; see #77084.
4141
#
4242
# We also currently only support this when building LLVM for the build triple.
4343
#
@@ -380,7 +380,7 @@ changelog-seen = 1
380380

381381
# Whether or not to leave debug! and trace! calls in the rust binary.
382382
# Overrides the `debug-assertions` option, if defined.
383-
#
383+
#
384384
# Defaults to rust.debug-assertions value
385385
#debug-logging = debug-assertions
386386

0 commit comments

Comments
 (0)