[PATCH] [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat
Eric Fiselier
eric at efcs.ca
Fri Aug 15 16:40:04 PDT 2014
Implement Dan's comments regarding the c++1y flag. It is now off by default. If it is enabled CMake will fail instead of falling back on c++11. If the c++1y flag is off then c++11 will be selected. If the compiler does not support c++11 CMake will fail.
http://reviews.llvm.org/D4329
Files:
CMakeLists.txt
cmake/config-ix.cmake
test/CMakeLists.txt
test/lit.cfg
test/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4329.12576.patch
Type: text/x-patch
Size: 5114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140815/79593942/attachment.bin>
More information about the cfe-commits
mailing list