<div dir="ltr">Hi Marc,<div><br></div><div>I have a pending patch on llvm-commit to enable c++11 with a cmake build, so that cmake matches configure --enable-cxx11.</div><div><br></div><div>Cheers,</div><div>--</div><div>Arnaud</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 7:45 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Looks like your lldb is being compiled in C++11 mode and your llvm<br>
wasn't perhaps?<br>
<br>
-eric<br>
<div><div class="h5"><br>
On Sat, Nov 23, 2013 at 12:57 AM, Marc Driftmeyer <<a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a>> wrote:<br>
> Linking CXX executable ../../../../bin/lldb<br>
> Scanning dependencies of target lldb-platform<br>
> [100%] Building CXX object<br>
> tools/lldb/tools/lldb-platform/CMakeFiles/lldb-platform.dir/lldb-platform.cpp.o<br>
> ../../../../lib/liblldb.so.3.5: undefined reference to<br>
> `llvm::SmallPtrSetImpl::SmallPtrSetImpl(void const**, unsigned int,<br>
> llvm::SmallPtrSetImpl&&)'<br>
> clang: error: linker command failed with exit code 1 (use -v to see<br>
> invocation)<br>
> make[2]: *** [bin/lldb-3.5] Error 1<br>
> make[1]: *** [tools/lldb/tools/driver/CMakeFiles/lldb.dir/all] Error 2<br>
> make[1]: *** Waiting for unfinished jobs....<br>
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp:295:35:<br>
> warning: comparison of integers of different<br>
>       signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare]<br>
>                 for (int j = 0; j < listen_host_port.size(); j++)<br>
>                                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~<br>
> 1 warning generated.<br>
> Linking CXX executable ../../../../bin/lldb-platform<br>
> ../../../../lib/liblldb.so.3.5: undefined reference to<br>
> `llvm::SmallPtrSetImpl::SmallPtrSetImpl(void const**, unsigned int,<br>
> llvm::SmallPtrSetImpl&&)'<br>
> clang: error: linker command failed with exit code 1 (use -v to see<br>
> invocation)<br>
><br>
> =========<br>
><br>
> Not big yet on C++ and wondering if anyone else has seen this output?<br>
><br>
> - Marc<br>
><br>
><br>
> --<br>
> Marc J. Driftmeyer<br>
> Email :: <a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a><br>
> Web :: <a href="http://www.reanimality.com" target="_blank">http://www.reanimality.com</a><br>
> Cell :: <a href="tel:%28509%29%20435-5212" value="+15094355212">(509) 435-5212</a><br>
><br>
</div></div>> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>