Open
Description
When doing a build with -DLIBCXX_CXX_ABI=system-libcxxabi -DLIBCXX_ENABLE_STATIC=ON -DLIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY=ON
the resulting libc++.a
will not in fact have libc++abi.a
linked in (without producing an error).
This is because
llvm-project/libcxx/src/CMakeLists.txt
Line 313 in e488ce2
libcxx-abi-static-objects
, which is not defined when building against anything but the bundled libcxxabi.