You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/codegen-options/index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,11 +249,9 @@ flavor. Valid options are:
249
249
*`gcc`: use the `cc` executable, which is typically gcc or clang on many systems.
250
250
*`ld`: use the `ld` executable.
251
251
*`msvc`: use the `link.exe` executable from Microsoft Visual Studio MSVC.
252
-
*`ptx-linker`: use
253
-
[`rust-ptx-linker`](https://github.com/denzp/rust-ptx-linker) for Nvidia
254
-
NVPTX GPGPU support.
255
-
*`bpf-linker`: use
256
-
[`bpf-linker`](https://github.com/alessandrod/bpf-linker) for eBPF support.
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.
257
255
*`wasm-ld`: use the [`wasm-ld`](https://lld.llvm.org/WebAssembly.html)
258
256
executable, a port of LLVM `lld` for WebAssembly.
259
257
*`ld64.lld`: use the LLVM `lld` executable with the [`-flavor darwin`
0 commit comments