[libcxx-commits] [PATCH] D116689: [libunwind][libcxxabi] Use object libraries in the build
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 10 12:39:33 PDT 2022
phosek added a comment.
In D116689#3502709 <https://reviews.llvm.org/D116689#3502709>, @mstorsjo wrote:
> In D116689#3502026 <https://reviews.llvm.org/D116689#3502026>, @phosek wrote:
>
>> I wonder if we could simplify things by always building `cxxabi_static_objects` and `cxxabi_shared_objects` but marking them as `EXCLUDE_FROM_ALL`?
>
> That's probably the best solution for that - thanks!
I've realized that this also going to simplify our build so I like that direction. It's not entirely straightforward though because there are currently various parts of the build that assume that either static or shared libcxxabi is being built which need to be reworked.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116689/new/
https://reviews.llvm.org/D116689
More information about the libcxx-commits
mailing list