<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I yum install clang, llvm-devel and lldb 3.4.2 on centos7. In order to add libc++ and libc++abi, I followed the guide in <a href="http://stackoverflow.com/questions/25840088/how-to-build-libcxx-and-libcxxabi-by-clang-on-centos-7">http://stackoverflow.com/questions/25840088/how-to-build-libcxx-and-libcxxabi-by-clang-on-centos-7</a>. I only build libc++ without libc++abi and build libc++abi with libc++, and then workaround by copy /usr/include/c++/4.8.2/cxxabi.h to /usr/local/include/, otherwise cxxabi.h not be found.<br><br></div>With all these steps done, I am able to compile like clang++ -std=c++11 -stdlib=libc++ -lc++abi. OK, I used this to compile my own program, when the program runs, I found the following log "<b>exception_ptr not yet implemented</b>". And I can't find the root cause.<br><br></div>Also lldb doesn't work. I tried to lldb a.out, set breakpoint, and run. But not able to reach the breakpoint. <br><br></div>Could you please give me some hints on how to solve this problem?<br clear="all"><div><div><div><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Zhenglin</div></div></div>
</div></div></div></div></div></div>