Skip to content

Commit

Permalink
Default to integrated rust-lld linker for UEFI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Mar 6, 2019
1 parent f22dca0 commit 876258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_target/spec/uefi_base.rs
Expand Up @@ -59,7 +59,7 @@ pub fn opts() -> TargetOptions {
singlethread: true,
emit_debug_gdb_scripts: false,

linker: Some("lld-link".to_string()),
linker: Some("rust-lld".to_string()),
lld_flavor: LldFlavor::Link,
pre_link_args,

Expand Down

0 comments on commit 876258b

Please sign in to comment.