[PATCH] D47073: Document and Enforce new Host Compiler Policy
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 13:01:45 PST 2019
mehdi_amini added inline comments.
================
Comment at: cmake/modules/CheckCompilerVersion.cmake:24
+set(APPLECLANG_MIN 7.3)
+set(APPLECLANG_WARN 8.1)
+
----------------
Has the choice of these versions be motivated in a thread on the mailing list? I.e. why go from clang 3.1 to clang 3.6 and not clang 3.5 or 3.7 for example?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D47073/new/
https://reviews.llvm.org/D47073
More information about the llvm-commits
mailing list