rust/compiler/rustc_codegen_ssa/src/back
bors 5ffa67d730 Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser
linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO

In https://github.com/rust-lang/rust/pull/100404 this logic was originally disabled for MSVC due to issues with LTO, but the same issues appear on windows-gnu with LLD because that LLD uses the same underlying logic as MSVC LLD, just with re-syntaxed command line options.

So this PR just disables it for LTO builds in general.
2022-10-20 16:20:50 +00:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs change rlib format to discern native dependencies 2022-09-12 16:45:03 +03:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser 2022-10-20 16:20:50 +00:00
linker.rs Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa 2022-10-18 16:32:41 +00:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs linker: Update some outdated comments 2022-07-31 22:09:41 +03:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs pass -Wl,-z,origin to set DF_ORIGIN when using rpath 2021-12-17 11:27:14 +00:00
symbol_export.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
write.rs Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors 2022-10-12 22:13:23 +05:30