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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 12:31:10 PST 2017


mstorsjo added a comment.

I presume that this only works as long as you build libunwind and libcxxabi together in a single build instead of building them standalone? (Or put another way; when building llvm+clang+lld on linux, for linux, intended to be used as cross compiler for windows - is there any way to build libunwind+libcxxabi+libcxx within the same source tree for i686,x86_64,arm,arm64 windows/mingw?)


Repository:
  rL LLVM

https://reviews.llvm.org/D39949





More information about the llvm-commits mailing list