We’re about to migrate to C++14, which means that we’ll bump the minimum
compiler version to the “soft” one. This option therefore won’t do anything
anymore.
This was originally committed in r353463.
Differential D65924
Revert "[cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to NATIVE configure" jfb on Aug 7 2019, 10:27 PM. Authored by
Details
We’re about to migrate to C++14, which means that we’ll bump the minimum This was originally committed in r353463.
Diff Detail
Event TimelineComment Actions I take it LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN will be going away entirely? If so, LGTM. Comment Actions I intend to leave it there so it's easy to do the same dance for the next compiler bump. It won't be active for a bit, but we also won't have to re-agree on how to bump the version next time around :) Comment Actions In that case, is there any harm to leaving this one around? It'll be a no-op for now, but we'd need this next time around too. |