[PATCH] D71894: [libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shared version is present
Sergej Jaskiewicz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 15:33:06 PDT 2020
broadwaylamb added a comment.
Herald added projects: LLVM, libc++abi.
Herald added a subscriber: llvm-commits.
Herald added a reviewer: libc++abi.
This revision now requires review to proceed.
In D71894#1917762 <https://reviews.llvm.org/D71894#1917762>, @ldionne wrote:
> This LGTM as a band-aid, however I believe we need to dissociate the core logic of building libc++ and libc++abi from how we test it. That's because there's way too many ways to test libc++/libc++abi, and having all of it in the CMake files creates a lot of complexity.
>
> But this is just hand-waving at this point, so let's move forward with this until we are closer to addressing the real problem I'm thinking about.
Thanks.
Please let me know if I can be of help in that effort, as I'm also interested in making the logic in these projects more straightforward.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71894/new/
https://reviews.llvm.org/D71894
More information about the llvm-commits
mailing list