about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2023-10-07 14:27:58 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2023-10-07 21:57:53 +0300
commit7ecb09d05c05daa437fba557b0f6733d6759c96c (patch)
tree1e1b8f1891eba1cbb368f94b1680546e40738cc2 /src
parent935a091a7834253a845a92629b8f1109b5befa5d (diff)
downloadrust-7ecb09d05c05daa437fba557b0f6733d6759c96c.tar.gz
rust-7ecb09d05c05daa437fba557b0f6733d6759c96c.zip
linker: Remove unstable legacy CLI linker flavors
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc/src/codegen-options/index.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md
index d72543c7e02..cfbe1e09cde 100644
--- a/src/doc/rustc/src/codegen-options/index.md
+++ b/src/doc/rustc/src/codegen-options/index.md
@@ -249,11 +249,9 @@ 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-linker`: use
-  [`rust-ptx-linker`](https://github.com/denzp/rust-ptx-linker) for Nvidia
-  NVPTX GPGPU support.
-* `bpf-linker`: use
-  [`bpf-linker`](https://github.com/alessandrod/bpf-linker) for eBPF support.
+* `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`