mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user