diff options
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r-- | lib/Basic/Targets.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 029a9f79f3..f1a84b459c 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -1258,6 +1258,7 @@ namespace { TLSSupported = false; IntWidth = 16; LongWidth = LongLongWidth = 32; + IntMaxTWidth = 32; PointerWidth = 16; IntAlign = 8; LongAlign = LongLongAlign = 8; @@ -1300,6 +1301,7 @@ namespace { TLSSupported = false; IntWidth = 16; LongWidth = LongLongWidth = 32; + IntMaxTWidth = 32; PointerWidth = 16; IntAlign = 8; LongAlign = LongLongAlign = 8; |