diff options
| author | Michael Goulet <michael@errs.io> | 2023-01-04 20:36:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 20:36:28 -0800 |
| commit | 27292f5cbb9bb789b1e72a721f24d6ebf7c1bbae (patch) | |
| tree | 01ee4f4da8221c58b52b46e51e715ce1211fd4e9 | |
| parent | 6132993144cc99a3ba192b10f95b6473333e8705 (diff) | |
| parent | 56eb7eeaaf9d169c22b2d3943ce0afb34d43f8ba (diff) | |
| download | rust-27292f5cbb9bb789b1e72a721f24d6ebf7c1bbae.tar.gz rust-27292f5cbb9bb789b1e72a721f24d6ebf7c1bbae.zip | |
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`
| -rw-r--r-- | src/doc/rustc/src/platform-support/fuchsia.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support/fuchsia.md b/src/doc/rustc/src/platform-support/fuchsia.md index cc4ee2e67b1..f303bf1539e 100644 --- a/src/doc/rustc/src/platform-support/fuchsia.md +++ b/src/doc/rustc/src/platform-support/fuchsia.md @@ -198,6 +198,9 @@ target = ["<host_platform>", "aarch64-fuchsia", "x86_64-fuchsia"] [rust] lld = true +[llvm] +download-ci-llvm = false + [target.x86_64-fuchsia] cc = "clang" cxx = "clang++" |
