summaryrefslogtreecommitdiff
path: root/include
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
parent0d4c9d94f68fc561ebb11709ed99367e490af003 (diff)
downloadllvm-6046cffbaf584b5d6bd7baf827794a5f91a07a9b.tar.gz
llvm-6046cffbaf584b5d6bd7baf827794a5f91a07a9b.tar.bz2
llvm-6046cffbaf584b5d6bd7baf827794a5f91a07a9b.tar.xz
Add scei vendor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 e6dcc23258..ff9dd1972a 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,