[PATCH] D57264: Bump minimum toolchain version

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 12:13:57 PST 2019


jyknight added inline comments.


================
Comment at: docs/GettingStarted.rst:231
 
-* Clang 3.1
-* Apple Clang 3.1
-* GCC 4.8
-* Visual Studio 2015 (Update 3)
+* Clang 3.5
+* Apple Clang 6.0
----------------
I think we should keep the documentation saying the actual minimum version, too. Maybe:

We recommend (and will require in the next release) at least:
<new version list>

We require at least:
<old version list>


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57264





More information about the llvm-commits mailing list