Blame SOURCES/0001-Use-lld-provided-by-system-for-wasm.patch

235ca3
From 37cb177eb53145103ae72b67562884782dde01c3 Mon Sep 17 00:00:00 2001
4ac2b7
From: Ivan Mironov <mironov.ivan@gmail.com>
4ac2b7
Date: Sun, 8 Dec 2019 17:23:08 +0500
4ac2b7
Subject: [PATCH] Use lld provided by system for wasm
4ac2b7
4ac2b7
---
4ac2b7
 compiler/rustc_target/src/spec/wasm_base.rs | 3 +--
4ac2b7
 1 file changed, 1 insertion(+), 2 deletions(-)
4ac2b7
4ac2b7
diff --git a/compiler/rustc_target/src/spec/wasm_base.rs b/compiler/rustc_target/src/spec/wasm_base.rs
235ca3
index 528a84a8b37c..353d742161d1 100644
4ac2b7
--- a/compiler/rustc_target/src/spec/wasm_base.rs
4ac2b7
+++ b/compiler/rustc_target/src/spec/wasm_base.rs
235ca3
@@ -89,8 +89,7 @@ macro_rules! args {
4ac2b7
         // arguments just yet
4ac2b7
         limit_rdylib_exports: false,
4ac2b7
 
4ac2b7
-        // we use the LLD shipped with the Rust toolchain by default
198de9
-        linker: Some("rust-lld".into()),
198de9
+        linker: Some("lld".into()),
235ca3
         linker_flavor: LinkerFlavor::WasmLld(Cc::No),
4ac2b7
 
235ca3
         pre_link_args,
4ac2b7
-- 
235ca3
2.38.1
4ac2b7