We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e52b61 commit 64e08e6Copy full SHA for 64e08e6
src/toolchain.rs
@@ -67,6 +67,7 @@ fn linker_and_flavor(sess: &Session) -> (PathBuf, LinkerFlavor) {
67
LinkerFlavor::Msvc => "link.exe",
68
LinkerFlavor::Lld(_) => "lld",
69
LinkerFlavor::PtxLinker => "rust-ptx-linker",
70
+ LinkerFlavor::BpfLinker => "bpf-linker",
71
}),
72
flavor,
73
)),
0 commit comments