We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b64a8 commit 968d400Copy full SHA for 968d400
src/doc/rustc/src/codegen-options/index.md
@@ -249,9 +249,6 @@ flavor. Valid options are:
249
* `gcc`: use the `cc` executable, which is typically gcc or clang on many systems.
250
* `ld`: use the `ld` executable.
251
* `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.
255
* `wasm-ld`: use the [`wasm-ld`](https://lld.llvm.org/WebAssembly.html)
256
executable, a port of LLVM `lld` for WebAssembly.
257
* `ld64.lld`: use the LLVM `lld` executable with the [`-flavor darwin`
0 commit comments