File tree Expand file tree Collapse file tree 3 files changed +430
-6
lines changed Expand file tree Collapse file tree 3 files changed +430
-6
lines changed Original file line number Diff line number Diff line change @@ -637,6 +637,7 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_32TargetInfo : public X86_32TargetInfo {
637
637
CygwinX86_32TargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
638
638
: X86_32TargetInfo(Triple, Opts) {
639
639
this ->WCharType = TargetInfo::UnsignedShort;
640
+ this ->WIntType = TargetInfo::UnsignedInt;
640
641
DoubleAlign = LongLongAlign = 64 ;
641
642
resetDataLayout (" e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-"
642
643
" i128:128-f80:32-n8:16:32-a:0:32-S32" ,
@@ -948,6 +949,7 @@ class LLVM_LIBRARY_VISIBILITY CygwinX86_64TargetInfo : public X86_64TargetInfo {
948
949
CygwinX86_64TargetInfo (const llvm::Triple &Triple, const TargetOptions &Opts)
949
950
: X86_64TargetInfo(Triple, Opts) {
950
951
this ->WCharType = TargetInfo::UnsignedShort;
952
+ this ->WIntType = TargetInfo::UnsignedInt;
951
953
}
952
954
953
955
void getTargetDefines (const LangOptions &Opts,
You can’t perform that action at this time.
0 commit comments