[PATCH] D26385: Define __ANDROID_API__ for all Android builds.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 8 11:29:48 PST 2016


eugenis added a comment.

This is a good change, but I don't think it is the right fix for PR30940. Instead of handling this in the NDK, we should change *::getIRStackGuard to fallback to __stack_chk_guard when targeting an old version.


https://reviews.llvm.org/D26385





More information about the cfe-commits mailing list