[Lldb-commits] [PATCH] D27305: Replace __ANDROID_NDK__ with simply ANDROID

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 2 03:03:53 PST 2016


labath added a comment.

I've tried to unify this slightly, but sometimes further unification would make things inconsistent with surrounding preprocessor directives.

I was suprised by the presence of some of these ifdefs as well -- some of them seem completely unnecessary. I think that at some point I'll have to make another pass at this and clean them up.


https://reviews.llvm.org/D27305





More information about the lldb-commits mailing list