Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:Update
rust1.62.25292
wasm-use-system-lld.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wasm-use-system-lld.patch of Package rust1.62.25292
From 27326c9d887d3409005ce65b0be22e7d4e3ef9c0 Mon Sep 17 00:00:00 2001 From: William Brown <william@blackhats.net.au> Date: Fri, 20 May 2022 11:14:11 +1000 Subject: [PATCH] wasm use system lld --- compiler/rustc_target/src/spec/wasm_base.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/rustc_target/src/spec/wasm_base.rs b/compiler/rustc_target/src/spec/wasm_base.rs index de7b7374af3..00d7db94f89 100644 --- a/compiler/rustc_target/src/spec/wasm_base.rs +++ b/compiler/rustc_target/src/spec/wasm_base.rs @@ -99,9 +99,9 @@ pub fn options() -> TargetOptions { // arguments just yet limit_rdylib_exports: false, - // we use the LLD shipped with the Rust toolchain by default - linker: Some("rust-lld".into()), - lld_flavor: LldFlavor::Wasm, + // Use lld's wasm-ld frontend. + linker: None, + linker_flavor: LinkerFlavor::Lld(LldFlavor::Wasm), linker_is_gnu: false, pre_link_args, -- 2.32.1 (Apple Git-133)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor