Skip to content

Commit 27390fc

Browse files
committed
wasm32-unknown-unknown uses the WASM LLD flavor
1 parent 750e72b commit 27390fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_target/spec/wasm32_unknown_unknown.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub fn target() -> Result<Target, String> {
5353

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

5758
.. Default::default()
5859
};

0 commit comments

Comments
 (0)