[PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)

Arnaud Allard de Grandmaison arnaud.adegm at gmail.com
Thu Nov 21 14:04:44 PST 2013


In some cases, like when building llvm+lldb with cmake, llvm has to be
built in c++11 mode. This patch adds the handling of this option. The
default is OFF for now, but I suspect it will move to ON pretty soon given
the discussions on the move to c++11 for the llvm codebase.

This patch seems pretty safe for me to apply, but some may have remarks
about the best way to do it.

Cheers,
--
Arnaud A. de Grandmaison
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131121/9ff4bb24/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-CMake-optionaly-enable-LLVM-to-be-compiled-with-std-c.patch
Type: text/x-patch
Size: 1556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131121/9ff4bb24/attachment.bin>


More information about the llvm-commits mailing list