[llvm] r207914 - Update docs still mentioning LLVM_ENABLE_CXX11

Alp Toker alp at nuanti.com
Sat May 3 08:10:04 PDT 2014


Author: alp
Date: Sat May  3 10:10:04 2014
New Revision: 207914

URL: http://llvm.org/viewvc/llvm-project?rev=207914&view=rev
Log:
Update docs still mentioning LLVM_ENABLE_CXX11

C++11 is now required.

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=207914&r1=207913&r2=207914&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sat May  3 10:10:04 2014
@@ -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``





More information about the llvm-commits mailing list