Closed leezu closed 4 years ago
Android started using clang after some release of the NDK, not before. I think that's the origin of that. This might break build with older NDKs.
So the condition should just be clang? I'm not sure why the android condition was added in the first place then?
Because it failed in android. Maybe it should be just clang, don't know by heart now.
__GOMP_NOTHROW
does not make sense when building with clang. I'm not sure why the previous condition assumesdefined(__ANDROID__) && defined (__clang__)
. It doesn't matter if were building for Android or just building with clang.CC @larroy