summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Triple.h
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2012-09-02 09:29:46 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2012-09-02 09:29:46 +0000
commit43bf70986bb13c812e87ca959dd8f2dd9edf802c (patch)
tree1e067d82e74890b77a977b216bb9f763e2d6d0ea /include/llvm/ADT/Triple.h
parentf55ef64544f8ba81e50154a98f144f7b7783ed40 (diff)
downloadllvm-43bf70986bb13c812e87ca959dd8f2dd9edf802c.tar.gz
llvm-43bf70986bb13c812e87ca959dd8f2dd9edf802c.tar.bz2
llvm-43bf70986bb13c812e87ca959dd8f2dd9edf802c.tar.xz
Rename ANDROIDEABI to Android.
Most of the code guarded with ANDROIDEABI are not ARM-specific, and having no relation with arm-eabi. Thus, it will be more natural to call this environment "Android" instead of "ANDROIDEABI". Note: We are not using ANDROID because several projects are using "-DANDROID" as the conditional compilation flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/Triple.h')
-rw-r--r--include/llvm/ADT/Triple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h
index c5694617a1..ab1f0da51e 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -110,7 +110,7 @@ public:
GNUEABIHF,
EABI,
MachO,
- ANDROIDEABI
+ Android
};
private: