We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lld
1 parent 0beba93 commit 8d71463Copy full SHA for 8d71463
compiler/rustc_target/src/spec/x86_64_pc_windows_msvc.rs
@@ -5,6 +5,7 @@ pub fn target() -> Target {
5
base.cpu = "x86-64".to_string();
6
base.max_atomic_width = Some(64);
7
base.has_elf_tls = true;
8
+ base.linker = Some("rust-lld".to_string());
9
10
Target {
11
llvm_target: "x86_64-pc-windows-msvc".to_string(),
0 commit comments