Martin Storsjö

Results 436 comments of Martin Storsjö

After looking at https://github.com/rust-lang/rust/pull/129257, I realized that there was one aspect I hadn't checked before. LLD with `-wholearchive:` on import libraries generated with LLVM fail. LLD with `-wholearchive:` on import...

> Here's an example lib you can download and use wholearchive on: https://github.com/ChrisDenton/processprng/actions/runs/11124768552. Thanks! > Note that Rust is not doing the comdat thing anymore. Instead it renames a single...

I posted a potential fix for the LLD issue now, in https://github.com/llvm/llvm-project/pull/122806.

> Indeed, it does fix the problem with LLD 🎉 That's very nice to hear! This bugfix did land in https://github.com/llvm/llvm-project/commit/4a4a8a1476b1386b523dc5b292ba9a5a6748a9cf; feel free to cherry-pick it to e.g. msys2 builds...