/[packages]/cauldron/rust/current/SOURCES/0001-Use-lld-provided-by-system-for-wasm.patch
ViewVC logotype

Annotation of /cauldron/rust/current/SOURCES/0001-Use-lld-provided-by-system-for-wasm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1740984 - (hide annotations) (download)
Tue Aug 10 06:49:46 2021 UTC (2 years, 8 months ago) by akien
File size: 920 byte(s)
- Sync with Fedora: Thu Jul 29 2021 Josh Stone <jistone@redhat.com> - 1.54.0-1
  o Update to 1.54.0.
1 akien 1740984 From 9ac837c237568a6c1c5f0e979fcce208cd9c926a Mon Sep 17 00:00:00 2001
2 akien 1732055 From: Ivan Mironov <mironov.ivan@gmail.com>
3     Date: Sun, 8 Dec 2019 17:23:08 +0500
4     Subject: [PATCH] Use lld provided by system for wasm
5    
6     ---
7     compiler/rustc_target/src/spec/wasm_base.rs | 3 +--
8     1 file changed, 1 insertion(+), 2 deletions(-)
9    
10     diff --git a/compiler/rustc_target/src/spec/wasm_base.rs b/compiler/rustc_target/src/spec/wasm_base.rs
11 akien 1740984 index 4c954a1e567c..15c4f1bda5eb 100644
12 akien 1732055 --- a/compiler/rustc_target/src/spec/wasm_base.rs
13     +++ b/compiler/rustc_target/src/spec/wasm_base.rs
14 akien 1740984 @@ -99,8 +99,7 @@ pub fn options() -> TargetOptions {
15 akien 1732055 // arguments just yet
16     limit_rdylib_exports: false,
17    
18     - // we use the LLD shipped with the Rust toolchain by default
19     - linker: Some("rust-lld".to_owned()),
20     + linker: Some("lld".to_owned()),
21     lld_flavor: LldFlavor::Wasm,
22 akien 1740984 linker_is_gnu: false,
23 akien 1732055
24     --
25     2.31.1
26    

  ViewVC Help
Powered by ViewVC 1.1.30