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.
Xavier
Not sure what you mean here. On this page, I can see: Sylvestre
On the lldb page, we had:
cmake .. -G Ninja
I updated the doc in commit r196794
-- Jean-Daniel
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.
Indeed. I realized that just after sending the email. Sorry 
On the lldb page, we had:
cmake .. -G Ninja
I updated the doc in commit r196794
Thanks!
S