summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/DataTypes.h.in2
-rw-r--r--include/llvm/Support/DataTypes.h.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/Support/DataTypes.h.in b/include/Support/DataTypes.h.in
index d2269b306f..895aa93509 100644
--- a/include/Support/DataTypes.h.in
+++ b/include/Support/DataTypes.h.in
@@ -39,6 +39,8 @@
// built-in data types.
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
+typedef int int32_t;
+typedef unsigned uint32_t;
#endif
#if !defined(INT64_MAX)
diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in
index d2269b306f..895aa93509 100644
--- a/include/llvm/Support/DataTypes.h.in
+++ b/include/llvm/Support/DataTypes.h.in
@@ -39,6 +39,8 @@
// built-in data types.
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
+typedef int int32_t;
+typedef unsigned uint32_t;
#endif
#if !defined(INT64_MAX)