[PATCH] D47073: Document and Enforce new Host Compiler Policy

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 09:25:14 PST 2019


jfb added a comment.

In D47073#1357505 <https://reviews.llvm.org/D47073#1357505>, @hans wrote:

> In D47073#1346562 <https://reviews.llvm.org/D47073#1346562>, @jfb wrote:
>
> > I think we want to start warning developers before the LLVM 8 branch point on January 16th. I'm assuming @Hans will want to chime in.
>
>
> Apologies for being slow to reply, I was out on vacation.
>
> I like this patch, but trying to get it in right before the release branch (which happens tomorrow) makes me a little nervous. I'd be more comfortable if it got to bake on trunk to surface any issues developers have with it, before it goes to a release branch.
>
> Is there any particular reason why we'd need this for LLVM 8?


Yes: we want to warn folks early. This is just warning them, and they can opt-out. Getting it in the release branch is exactly the right place: people try out releases much more than tip-of-tree.
We want it in LLVM 8 because then there will have been enough advanced warning that, when we're ready to move away from C++11 we can do so. Tentatively, the target is end of the first quarter of 2019, so right after LLVM 8.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47073/new/

https://reviews.llvm.org/D47073





More information about the llvm-commits mailing list