[PATCH] D39949: [CMake][libcxxabi] Support merging archives when statically linking unwinder
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 12 17:02:32 PST 2017
phosek added a comment.
In https://reviews.llvm.org/D39949#922920, @jroelofs wrote:
> What's the advantage to using python for this over doing it directly in CMake?
The only one I can think of is the consistency with libc++: I've blatantly copied the implementation used by libc++, but I'd be perfectly happy to redo this in plain CMake if people are fine with it (and also update libc++ to use the same approach).
Repository:
rL LLVM
https://reviews.llvm.org/D39949
More information about the llvm-commits
mailing list