about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2023-12-16 20:01:11 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2023-12-16 20:01:11 +0000
commit968d40066cbf48bedc5f66378db2345df8300679 (patch)
tree70731f37a7ab1220f57b35fa20171327a2f3d548
parent05b64a84a3cd85bf0b8ab4fcb1dc2b34fea521d5 (diff)
downloadrust-968d40066cbf48bedc5f66378db2345df8300679.tar.gz
rust-968d40066cbf48bedc5f66378db2345df8300679.zip
remove unstable linker flavors from stable documentation
-rw-r--r--src/doc/rustc/src/codegen-options/index.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md
index cfbe1e09cde..835d052ad7a 100644
--- a/src/doc/rustc/src/codegen-options/index.md
+++ b/src/doc/rustc/src/codegen-options/index.md
@@ -249,9 +249,6 @@ flavor. Valid options are:
 * `gcc`: use the `cc` executable, which is typically gcc or clang on many systems.
 * `ld`: use the `ld` executable.
 * `msvc`: use the `link.exe` executable from Microsoft Visual Studio MSVC.
-* `ptx`: use [`rust-ptx-linker`](https://github.com/denzp/rust-ptx-linker)
-  for Nvidia NVPTX GPGPU support.
-* `bpf`: use [`bpf-linker`](https://github.com/alessandrod/bpf-linker) for eBPF support.
 * `wasm-ld`: use the [`wasm-ld`](https://lld.llvm.org/WebAssembly.html)
   executable, a port of LLVM `lld` for WebAssembly.
 * `ld64.lld`: use the LLVM `lld` executable with the [`-flavor darwin`