Chromium Code Reviews| Index: src/IceTypes.def |
| diff --git a/src/IceTypes.def b/src/IceTypes.def |
| index 19175f098567fcc097c0e7f311d33b58e086d994..7a1206bd05db47d6b684e0bc95b148495c73c0bc 100644 |
| --- a/src/IceTypes.def |
| +++ b/src/IceTypes.def |
| @@ -15,6 +15,14 @@ |
| #ifndef SUBZERO_SRC_ICETYPES_DEF |
| #define SUBZERO_SRC_ICETYPES_DEF |
| +#define TARGETARCH_TABLE \ |
| + /* enum value, printable string */ \ |
| + X(Target_X8632, "x86-32") \ |
| + X(Target_X8664, "x86-b4") \ |
|
Jim Stichnoth
2014/10/22 18:09:20
b4 --> 64
Karl
2014/10/27 21:24:22
Done.
|
| + X(Target_ARM32, "arm32") \ |
| + X(Target_ARM64, "arm64") \ |
| +//#define X(tag, str) |
| + |
| #define ICETYPE_TABLE \ |
| /* enum value, size, align, # elts, element type, printable string */ \ |
| /* (size and alignment in bytes) */ \ |