rust/compiler
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
..
2022-10-18 15:51:23 +11:00
2022-10-17 22:38:37 +01:00
2022-10-18 08:48:58 +11:00
2022-10-17 22:38:37 +01:00
2022-10-14 12:57:56 +08:00
2022-10-14 12:57:56 +08:00