EricWF added inline comments.

================
Comment at: CMakeLists.txt:141
+    set(LIBCXX_CXX_ABI_LIBNAME "libcxxrt")
+    set(LIBCXX_CXX_ABI_INCLUDE_PATHS "/usr/include/c++/v1")
   else()
----------------
EricWF wrote:
> Actually, I'm not sure how much I love having other libc++ header on the 
> include path... I'm not sure how well this works especially with out 
> forwarding header. Maybe what would be appropriate would be to copy the 
> cxxabi.h header into the build directory?
Nevermind... That's what this already does. My bad.


Repository:
  rCXX libc++

https://reviews.llvm.org/D43166



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to