[PATCH] D24083: [CMake] Fix libc++abi __aeabi_idiv() link error.

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 11:14:06 PDT 2016


rengolin added a comment.

This looks like a work around the fact that --rtlib is being ignored with --nodefaultlibs. I'm not sure that's a sane behaviour, if you explicitly specify --rtlib.


https://reviews.llvm.org/D24083





More information about the cfe-commits mailing list