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

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 3 19:11:52 PDT 2016


EricWF added a comment.

This is not correct. We need the `-nodefaultlibs` on most platforms to prevent libstdc++ from being linked. I think the correct fix is to change `--rtlib=<foo>`


https://reviews.llvm.org/D24083





More information about the cfe-commits mailing list