summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-03 15:10:04 +0000
committerAlp Toker <alp@nuanti.com>2014-05-03 15:10:04 +0000
commit0bf9cca8c84fffdd88905e58b2601963c99135ed (patch)
tree9c7e16f2ea54467cb36a6bf591d43f13bf04e5fd /docs/CMake.rst
parentdd326086fcd34ccf01afdede06e7b3bd7cf3be48 (diff)
downloadllvm-0bf9cca8c84fffdd88905e58b2601963c99135ed.tar.gz
llvm-0bf9cca8c84fffdd88905e58b2601963c99135ed.tar.bz2
llvm-0bf9cca8c84fffdd88905e58b2601963c99135ed.tar.xz
Update docs still mentioning LLVM_ENABLE_CXX11
C++11 is now required. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.rst')
-rw-r--r--docs/CMake.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index ce71dab6fc..fed283d399 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -211,8 +211,8 @@ LLVM-specific variables
**LLVM_ENABLE_THREADS**:BOOL
Build with threads support, if available. Defaults to ON.
-**LLVM_ENABLE_CXX11**:BOOL
- Build in C++11 mode, if available. Defaults to OFF.
+**LLVM_ENABLE_CXX1Y**:BOOL
+ Build in C++1y mode, if available. Defaults to OFF.
**LLVM_ENABLE_ASSERTIONS**:BOOL
Enables code assertions. Defaults to OFF if and only if ``CMAKE_BUILD_TYPE``