[lldb-dev] C++11 and lldb

Eric Christopher echristo at apple.com
Thu Aug 9 10:34:05 PDT 2012


On Aug 9, 2012, at 10:30 AM, Greg Clayton <gclayton at apple.com> wrote:

> Sean++
> 
> On Aug 8, 2012, at 7:07 PM, Sean Callanan <scallanan at apple.com> wrote:
> 
>> LLDB top-of-tree is now compiling with C++11 enabled on Mac OS X.
>> 
>> This page:
>> 	http://wiki.apache.org/stdcxx/C++0xCompilerSupport
>> lists feature support for C++11 in popular compilers.
>> 
>> For starters, let's stick with those features supported at least by *released* versions of
>> 
>> - Clang++, 
>> - GCC, and 
>> - Microsoft Visual Studio.  

For now I'd take a look at what subset lld is using, we talked about it online quite a bit before they picked the subset to make sure that it worked with the widest set of released versions - http://lld.llvm.org/getting_started.html#building-lld has the required tool versions.

-eric





More information about the lldb-dev mailing list