[PATCH] D40685: [libunwind] Switch to add_llvm_install_targets

Will Dietz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 8 06:43:58 PST 2017


dtzWill added a comment.

Hmm, this change means very recent LLVM is required to build libunwind-- previously I was able to use recent libunwind/libcxx/libcxxabi with LLVM 5 and LLVM 4.

Other runtime projects (compiler-rt, libcxx, libcxxabi) were modified to support the new "strip-and-install" targets such that they didn't depend on LLVM cmake bits, could that sort of approach work here?


Repository:
  rL LLVM

https://reviews.llvm.org/D40685





More information about the cfe-commits mailing list