[PATCH] D44671: [libcxx] Enable static libcxxabi linking on Darwin
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 19 22:04:43 PDT 2018
smeenai added a comment.
I would imagine there was a reason this configuration was unsupported on macOS – perhaps something to do with libc++/libc++abi being the default system libraries on that platform?
================
Comment at: libcxx/CMakeLists.txt:330
# Check that this option is not enabled on Apple and emit a usage warning.
if (LIBCXX_ENABLE_STATIC_ABI_LIBRARY)
----------------
You should get rid of this comment.
Repository:
rCXX libc++
https://reviews.llvm.org/D44671
More information about the cfe-commits
mailing list