[C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) to
authorChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 03:16:07 +0000 (03:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 03:16:07 +0000 (03:16 +0000)
commitb23750a8ae1628d98d6b0ad0ec3e975a3c42863b
tree8d427bb522989c8818c2d5e790d9dfe9834dfc2c
parentf468dea807ee7350ba9814ebda0047e97738aba0
[C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) to
LLVM_ENABLE_CXX1Y (default *off*). =D C++98 is dead. Long live C++11.

I don't exactly recommend using C++1y just yet though...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202567 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/HandleLLVMOptions.cmake