We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-lld
1 parent f22dca0 commit 876258bCopy full SHA for 876258b
src/librustc_target/spec/uefi_base.rs
@@ -59,7 +59,7 @@ pub fn opts() -> TargetOptions {
59
singlethread: true,
60
emit_debug_gdb_scripts: false,
61
62
- linker: Some("lld-link".to_string()),
+ linker: Some("rust-lld".to_string()),
63
lld_flavor: LldFlavor::Link,
64
pre_link_args,
65
0 commit comments