Skip to content

Commit

Permalink
wasm32-unknown-unknown uses the WASM LLD flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Aug 18, 2018
1 parent 750e72b commit 27390fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_target/spec/wasm32_unknown_unknown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub fn target() -> Result<Target, String> {

// we use the LLD shipped with the Rust toolchain by default
linker: Some("rust-lld".to_owned()),
lld_flavor: LldFlavor::Wasm,

.. Default::default()
};
Expand Down

0 comments on commit 27390fc

Please sign in to comment.