[lldb-dev] LLVM_ENABLE_CXX11 required when building with cmake

Jean-Daniel Dupas devlists at shadowlab.org
Mon Dec 9 10:19:25 PST 2013


Le 9 déc. 2013 à 17:57, Sylvestre Ledru <sylvestre at debian.org> a écrit :

> On 08/12/2013 22:30, Xavier de Gaye wrote:
>> Revision 195544 (Add --enable-cxx11 to llvm builds) explains why llvm
>> must be built now with cxx11. See
>> 
>> http://llvm.org/viewvc/llvm-project?view=revision&revision=195544
>> 
>> 
>> The build page on the lldb site at 
>> http://lldb.llvm.org/build.html
>> 
>> should be updated to reflect this change.
>> 
>> 
> Not sure what you mean here.
> On this page, I can see:
> $llvm/configure --enable-cxx11 
> 

>From the subject line, I would guess Xavier is talking about compiling using cmake, not configure.

On the lldb page, we had: 

cmake .. -G Ninja 

I updated the doc in commit r196794


-- Jean-Daniel








More information about the lldb-dev mailing list