[PATCH] D39949: [CMake][libcxxabi] Support merging archives when statically linking unwinder

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 11:50:23 PST 2017


beanz added a comment.

Rather than hand rolling ar commands, could we make libunwind, libcxxabi, and libcxx produce object libraries, then we could just create normal static library targets with the object libraries as sources.

Thoughts?


Repository:
  rL LLVM

https://reviews.llvm.org/D39949





More information about the llvm-commits mailing list