[PATCH] D13571: Add Triple::isAndroid().

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 14:01:29 PDT 2015


eugenis added a comment.

I'd prefer isAndroid because the fact that "-android" is environment is more of an implementation detail, and Android is more of OS (but calling the function isOSAndroid would be wrong of course).
There are precedents: isMacOSX, isiOS, isPS4.


Repository:
  rL LLVM

http://reviews.llvm.org/D13571





More information about the llvm-commits mailing list