<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello compiler fans!<div class=""><br class=""></div><div class="">As <a href="http://lists.llvm.org/pipermail/llvm-dev/2019-January/129452.html" class="">discussed in the RFC</a>, LLVM’s cmake configuration now soft-errors if you use an older toolchain to build. The new minimums are:</div><div class=""><br class="">* Clang 3.5<br class="">* Apple Clang 6.0<br class="">* GCC 5.1<br class="">* Visual Studio 2017</div><div class=""><br class=""></div><div class="">You can opt-out of the soft-error with <font face="Courier New" class="">LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN</font>. You’ll still want to update your toolchain because that soft-error will become a hard-error once we move away from C++11, and we would truly miss you. I will send another RFC for this migration away from C++11 at the end of March 2019.<br class=""></div><div class=""><br class=""></div><div class="">Happy compiling!</div><div class=""><br class=""></div><div class="">JF</div></body></html>