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

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 08:45:51 PDT 2016


rengolin added a comment.

That match would only make sense if LLVM's unwinder was forced on ARM targets, and they're most certainly not. Expecting both unwindwers to behave identically makes no sense.

This fix looks good to me, but I'll let Marshall or Eric have a look first.


https://reviews.llvm.org/D24082





More information about the cfe-commits mailing list