]> granicus.if.org Git - llvm/commit
Remove minimum toolchain soft-error
authorJF Bastien <jfbastien@apple.com>
Wed, 14 Aug 2019 04:30:51 +0000 (04:30 +0000)
committerJF Bastien <jfbastien@apple.com>
Wed, 14 Aug 2019 04:30:51 +0000 (04:30 +0000)
commitb0c1ea2708e94fd450ec6ea34a1068fd5e7391cf
tree10e34cceaf19f4940929a6f509f1c6dad03047e8
parent6ab95534e3a052606ef14bd49fa5e95420030c0a
Remove minimum toolchain soft-error

Summary:
Back in January I changed the minimum toolchain version required to build clang
and LLVM: D57264. Since then we've release LLVM 8, following
[our process](http://llvm.org/docs/DeveloperPolicy.html#toolchain)
it's therefore now a good time to remove the soft-error and officially deprecate
older toolchains. I tried this out last Tursday night to see if any bots
complained, and I saw no complaints. I also manually audited bots and didn't see
any bot that should break, but their toolchain information is unreliable and
some bots are offline.

Once this patch stick we'll move to C++14 as we've
[already agreed](http://lists.llvm.org/pipermail/llvm-dev/2019-January/129452.html).

Subscribers: mgorny, jkorous, dexonsmith, llvm-commits, EricWF, thakis, chandlerc

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66188

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368799 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/CheckCompilerVersion.cmake
docs/GettingStarted.rst