Skip to content

Commit 968d400

Browse files
committed
remove unstable linker flavors from stable documentation
1 parent 05b64a8 commit 968d400

File tree

1 file changed

+0
-3
lines changed
  • src/doc/rustc/src/codegen-options

1 file changed

+0
-3
lines changed

src/doc/rustc/src/codegen-options/index.md

-3
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ flavor. Valid options are:
249249
* `gcc`: use the `cc` executable, which is typically gcc or clang on many systems.
250250
* `ld`: use the `ld` executable.
251251
* `msvc`: use the `link.exe` executable from Microsoft Visual Studio MSVC.
252-
* `ptx`: use [`rust-ptx-linker`](https://github.com/denzp/rust-ptx-linker)
253-
for Nvidia NVPTX GPGPU support.
254-
* `bpf`: use [`bpf-linker`](https://github.com/alessandrod/bpf-linker) for eBPF support.
255252
* `wasm-ld`: use the [`wasm-ld`](https://lld.llvm.org/WebAssembly.html)
256253
executable, a port of LLVM `lld` for WebAssembly.
257254
* `ld64.lld`: use the LLVM `lld` executable with the [`-flavor darwin`

0 commit comments

Comments
 (0)