Skip to content

Commit 27292f5

Browse files
Rollup merge of #106464 - djkoloski:update_fuchsia_platform_support_docs, r=tmandry
Update Fuchsia walkthrough with new configs The new `download-ci-llvm` configuration option dosn't work with `lld = true` (see #100853). The Fuchsia walkthrough should recommend setting it to `false`. r? `@tmandry`
2 parents 6132993 + 56eb7ee commit 27292f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/rustc/src/platform-support/fuchsia.md

+3
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ target = ["<host_platform>", "aarch64-fuchsia", "x86_64-fuchsia"]
198198
[rust]
199199
lld = true
200200

201+
[llvm]
202+
download-ci-llvm = false
203+
201204
[target.x86_64-fuchsia]
202205
cc = "clang"
203206
cxx = "clang++"

0 commit comments

Comments
 (0)