forked from OSchip/llvm-project
"Someone pointed out that in my previous Targets.cpp patch I didn't
handle the long size difference for one of the Windows targets." Patch by John Thompson. llvm-svn: 83592
This commit is contained in:
parent
c99c022841
commit
af9afe9bc9
|
@ -1071,6 +1071,7 @@ public:
|
|||
TLSSupported = false;
|
||||
WCharType = UnsignedShort;
|
||||
WCharWidth = WCharAlign = 16;
|
||||
LongWidth = LongAlign = 32;
|
||||
DoubleAlign = LongLongAlign = 64;
|
||||
}
|
||||
virtual void getTargetDefines(const LangOptions &Opts,
|
||||
|
|
Loading…
Reference in New Issue