forked from OSchip/llvm-project
another tweak for haiku support, patch by Paul Davey!
llvm-svn: 102098
This commit is contained in:
parent
77a23804b9
commit
8b29021712
|
@ -1236,6 +1236,8 @@ public:
|
|||
HaikuX86_32TargetInfo(const std::string& triple)
|
||||
: X86_32TargetInfo(triple) {
|
||||
SizeType = UnsignedLong;
|
||||
IntPtrType = SignedLong;
|
||||
PtrDiffType = SignedLong;
|
||||
}
|
||||
virtual void getTargetDefines(const LangOptions &Opts,
|
||||
MacroBuilder &Builder) const {
|
||||
|
|
Loading…
Reference in New Issue