[PATCH] D33638: [libcxx] Have separate abi library flags for static and shared builds
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 3 15:42:09 PDT 2017
martell added a comment.
@mstorsjo: I created this patch so we could build static and shared libcxx for windows in the one build.
This also addresses issues so that we can combine libcxxabi and libcxx into the one libcxx library using llvm-ar.
There is also one other patch for unwind support, while I understand exceptions in general and a little at the assembly level implementing that piece is currently outside my skillset.
I will add you as a reviewer there also, hopefully I can find time to address the comments from others over the weekend.
Repository:
rL LLVM
https://reviews.llvm.org/D33638
More information about the llvm-commits
mailing list