summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Triple.h
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-04-02 18:31:33 +0000
committerHal Finkel <hfinkel@anl.gov>2012-04-02 18:31:33 +0000
commita47406c442a81aaf368b6e1a9b31d1730975a717 (patch)
treefd27a294b2b0be1ef598fe3b00c515ad0831aa5d /include/llvm/ADT/Triple.h
parent60777d8eaf338fd7fef2296f78d5e513bf0da011 (diff)
downloadllvm-a47406c442a81aaf368b6e1a9b31d1730975a717.tar.gz
llvm-a47406c442a81aaf368b6e1a9b31d1730975a717.tar.bz2
llvm-a47406c442a81aaf368b6e1a9b31d1730975a717.tar.xz
Add triple support for the IBM BG/P and BG/Q supercomputers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/Triple.h')
-rw-r--r--include/llvm/ADT/Triple.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h
index 102c95a368..f5f99d0f1b 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -72,7 +72,9 @@ public:
Apple,
PC,
- SCEI
+ SCEI,
+ BGP,
+ BGQ
};
enum OSType {
UnknownOS,
@@ -95,7 +97,8 @@ public:
Haiku,
Minix,
RTEMS,
- NativeClient
+ NativeClient,
+ CNK // BG/P Compute-Node Kernel
};
enum EnvironmentType {
UnknownEnvironment,