Add a check that the host compiler is modern to CMake, take 1. This is
authorChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 21:47:35 +0000 (21:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 13 Jan 2014 21:47:35 +0000 (21:47 +0000)
commitbf2609e264a6903b9b4bfaa42fcc04338caa2abb
tree8bf0d6020d7970fce48fcce83e7bf9a4eabaad10
parent298d1a6b210a07108a322e91c50a0abf2a292f25
Add a check that the host compiler is modern to CMake, take 1. This is
likely to be reverted and re-applied a few times. The minimum versions
we're aiming at:

  GCC 4.7
  Clang 3.1
  MSVC 17.0 (Visual Studio 2012)

Let me know if something breaks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199145 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake