[libcxx] r199224 - Whoops! Set the default in the last commit to c++1y instead of c++11

Marshall Clow mclow.lists at gmail.com
Tue Jan 14 09:04:06 PST 2014


Author: marshall
Date: Tue Jan 14 11:04:06 2014
New Revision: 199224

URL: http://llvm.org/viewvc/llvm-project?rev=199224&view=rev
Log:
Whoops! Set the default in the last commit to c++1y instead of c++11

Modified:
    libcxx/trunk/lib/buildit
    libcxx/trunk/test/testit

Modified: libcxx/trunk/lib/buildit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/buildit?rev=199224&r1=199223&r2=199224&view=diff
==============================================================================
--- libcxx/trunk/lib/buildit (original)
+++ libcxx/trunk/lib/buildit Tue Jan 14 11:04:06 2014
@@ -19,7 +19,7 @@ fi
 
 if [ -z "$CXX_LANG" ]
 then
-    CXX_LANG=c++1y
+    CXX_LANG=c++11
 fi
 
 if [ -z "$CC" ]

Modified: libcxx/trunk/test/testit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/testit?rev=199224&r1=199223&r2=199224&view=diff
==============================================================================
--- libcxx/trunk/test/testit (original)
+++ libcxx/trunk/test/testit Tue Jan 14 11:04:06 2014
@@ -38,7 +38,7 @@ fi
 
 if [ -z "$CXX_LANG" ]
 then
-    CXX_LANG=c++1y
+    CXX_LANG=c++11
 fi
 if [ -z "$OPTIONS" ]
 then





More information about the cfe-commits mailing list