[PATCH] D24082: [CMake] Fix libc++abi arm build w/o libunwind.

Logan Chien via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 1 08:56:31 PDT 2016


logan added a comment.

Hi @EricWF:

Thanks for your comment.

However, I think `OFF` is a better default for ARM (just like other platforms.)  I usually use `libc++abi` without `libunwind` since `libgcc` is quite stable and usually linked by default.  Besides, it is much more tricky to get the libc++/libc++abi/libunwind/compiler-rt combo work.  The situation goes even worse when you are linking `libgcc` together.

Logan


https://reviews.llvm.org/D24082





More information about the cfe-commits mailing list