aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Triple.h
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2011-03-15 21:51:56 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2011-03-15 21:51:56 +0000
commit6046cffbaf584b5d6bd7baf827794a5f91a07a9b (patch)
tree3f5b5530f69e2cfbcbdfed7d3b31de3e2b8eef86 /include/llvm/ADT/Triple.h
parent0d4c9d94f68fc561ebb11709ed99367e490af003 (diff)
downloadexternal_llvm-6046cffbaf584b5d6bd7baf827794a5f91a07a9b.zip
external_llvm-6046cffbaf584b5d6bd7baf827794a5f91a07a9b.tar.gz
external_llvm-6046cffbaf584b5d6bd7baf827794a5f91a07a9b.tar.bz2
Add scei vendor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/Triple.h')
-rw-r--r--include/llvm/ADT/Triple.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h
index e6dcc23..ff9dd19 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -72,7 +72,8 @@ public:
UnknownVendor,
Apple,
- PC
+ PC,
+ SCEI
};
enum OSType {
UnknownOS,