forked from OSchip/llvm-project
parent
738591194f
commit
56495d5b1f
|
@ -5739,6 +5739,7 @@ public:
|
||||||
IntPtrType = SignedLong;
|
IntPtrType = SignedLong;
|
||||||
PtrDiffType = SignedLong;
|
PtrDiffType = SignedLong;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void getTargetDefines(const LangOptions &Opts,
|
void getTargetDefines(const LangOptions &Opts,
|
||||||
|
|
Loading…
Reference in New Issue