summaryrefslogtreecommitdiffstats
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
commit56ae58c053a230d8d0beb485802606052293579d (patch)
tree52ba657fd9b423db9b3c6c2e3aa3ac8190bf148f
parentcf55e88a11e8e746c095e3028c40e13c41628eda (diff)
downloadbcm5719-llvm-56ae58c053a230d8d0beb485802606052293579d.tar.gz
bcm5719-llvm-56ae58c053a230d8d0beb485802606052293579d.zip
Update docs still mentioning LLVM_ENABLE_CXX11
C++11 is now required. llvm-svn: 207914
-rw-r--r--llvm/docs/CMake.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index ce71dab6fcb..fed283d3995 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/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``
OpenPOWER on IntegriCloud