forked from OSchip/llvm-project
parent
65497583b5
commit
45595cf99f
|
@ -1447,6 +1447,7 @@ public:
|
|||
TLSSupported = false;
|
||||
WCharType = UnsignedShort;
|
||||
LongWidth = LongAlign = 32;
|
||||
DoubleAlign = LongLongAlign = 64;
|
||||
IntMaxType = SignedLongLong;
|
||||
UIntMaxType = UnsignedLongLong;
|
||||
Int64Type = SignedLongLong;
|
||||
|
|
Loading…
Reference in New Issue