about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorAndrew Pollack <andrewpkq@gmail.com>2022-08-09 17:59:10 +0000
committerAndrew Pollack <andrewpkq@gmail.com>2022-08-09 20:02:19 +0000
commit29238f44a07440a907db7cbb4a4ab23ab401aa04 (patch)
tree5c7f54ec0414c4d64b5ad5e465b07c13306b8282 /src/doc/rustc
parent6d3f1beae1720055e5a30f4dbe7a9e7fb810c65e (diff)
downloadrust-29238f44a07440a907db7cbb4a4ab23ab401aa04.tar.gz
rust-29238f44a07440a907db7cbb4a4ab23ab401aa04.zip
LLVM lib unwind fuchsia config
Removing libunwind from Fuchsia target docs
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/platform-support/fuchsia.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/doc/rustc/src/platform-support/fuchsia.md b/src/doc/rustc/src/platform-support/fuchsia.md
index 61bd1b425bc..c526e4d1fa8 100644
--- a/src/doc/rustc/src/platform-support/fuchsia.md
+++ b/src/doc/rustc/src/platform-support/fuchsia.md
@@ -53,12 +53,6 @@ In `config.toml`, add:
 ```toml
 [build]
 target = ["<host_platform>", "aarch64-fuchsia", "x86_64-fuchsia"]
-
-[target.x86_64-fuchsia]
-llvm-libunwind = "in-tree"
-
-[target.aarch64-fuchsia]
-llvm-libunwind = "in-tree"
 ```
 
 Additionally, the following environment variables must be configured (for