[PATCH] D43166: Add default C++ ABI libname and include paths for FreeBSD
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 11 13:31:15 PST 2018
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()
----------------
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?
Repository:
rCXX libc++
https://reviews.llvm.org/D43166
More information about the cfe-commits
mailing list