Closed Quuxplusone closed 4 years ago
Please see: https://reviews.llvm.org/D75373
I don't think we can hold 10.0.0 for this, and I'm not sure whether it's a regression from 9.
Seems like a good fix for 10.0.1 though.
Fixed in https://github.com/llvm/llvm-project/commit/7e77cf473ac9d8f8b65db017d660892f1c8f4b75
Hans: It's fine for 10.0.1, thanks!
This patch does not cherry-pick cleanly. Would someone be able to either cherry-pick and push to a branch on their personal GitHub fork or attach a patch to this bug?
I can do it.
Attached hurd.patch
(6471 bytes, text/plain): Rebased patch on release/10.x
Kristina, any objections to merging this?
No objections, looks good!
Merged: 9cf9cf2a398
hurd.patch
(6471 bytes, text/plain)When running a two-stage ThinLTO build on Windows, where the second stage uses these commands:
The test
hurd.c
fails. I will post a fix shortly.Occurs in release/10.x.