[PATCH] D130689: [LLVM] Update C++ standard to 17

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 10:47:26 PDT 2022


mehdi_amini added a comment.

> Agreed, I think we need to update the protocol for changing the C++ standard in the future to account for more testing beforehand.

The way I would do it is: wait for a Sunday so that the bots aren't loaded, land the change, wait for a couple of hours to ensure that all bots have picked up the revision, then revert and survey the results for the runs. Communicating ahead of time on this also so that downstream can pickup the revision for their own tests if they want.
This should provide a pretty good signal ahead of time of the "real" migration hopefully!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130689



More information about the cfe-commits mailing list