Add triple support for the IBM BG/P and BG/Q supercomputers.
[oota-llvm.git] / include / llvm / ADT / Triple.h
index 102c95a368f260bd2159789b4a475211da09f2a6..f5f99d0f1b82bcedf096bf9235b72f6b843e3a39 100644 (file)
@@ -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,