CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Tue, 26 Nov 2013 10:33:53 +0000 (10:33 +0000)
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Tue, 26 Nov 2013 10:33:53 +0000 (10:33 +0000)
commit7c6be4d5586aa365c8f52289ffddf57b87da4da7
tree0dae14f58d3b58b042346026104e90ada4187c6f
parent54fec07ec00b4449393a66e8e2e62fd241781f80
CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)

In some case, it may be required to build LLVM in C++11 mode, as some the subprojects (like lldb) requires it.

This mimics the autoconf behaviour.

However, given the discussions on the switch to C++11 of the codebase, this behaviour should evolve to default to C++11 with some checks of the compiler capabilities.

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