[PATCH] D112748: [release] Use the Bootstrapping build for building LLVM releases
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 14:17:11 PST 2022
ldionne added a comment.
Thanks! I'm going to ship this and cherry-pick onto the 14 release branch, as discussed on Discord. Hopefully there shouldn't be any issues. If there are, I guess we'll find out when the testers start testing the release.
In essence, this is a simple change but it's actually pretty wide reaching, since we're fundamentally changing how libc++ is being built (with the just-built Clang instead of the system compiler). This is supposed to be more correct, however it's possible that there's other unintended consequences. I don't think it should, but if it does and if that jeopardizes the release, we can always revert to give us more time to investigate.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112748/new/
https://reviews.llvm.org/D112748
More information about the llvm-commits
mailing list