another tweak for haiku support, patch by Paul Davey!

llvm-svn: 102098
This commit is contained in:
Chris Lattner 2010-04-22 17:48:00 +00:00
parent 77a23804b9
commit 8b29021712
1 changed files with 2 additions and 0 deletions

View File

@ -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 {