[libcxx-commits] [PATCH] D60173: [libc++abi] Do not share an object library to create the static/shared libraries
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 2 20:12:42 PDT 2019
phosek created this revision.
phosek added reviewers: ldionne, EricWF, smeenai.
Herald added subscribers: libcxx-commits, dexonsmith, christof, mgorny.
This change is similar to r356150, with the same motivation. The
only difference is that the method used to merge libunwind.a and
libc++abi.a had to be changed to use the same approach as libc++
since we no longer produce object libraries that could be linked
together as we did before. We reuse the libc++ script for merging
archives to avoid duplication between the two projects.
Repository:
rCXXA libc++abi
https://reviews.llvm.org/D60173
Files:
libcxxabi/CMakeLists.txt
libcxxabi/src/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60173.193422.patch
Type: text/x-patch
Size: 5984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190403/df26090e/attachment.bin>
More information about the libcxx-commits
mailing list