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
This commit is contained in:
Hal Finkel
2012-04-02 18:31:33 +00:00
parent 60777d8eaf
commit a47406c442
3 changed files with 29 additions and 2 deletions

View 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,