Darwin/ARM seems to support mac68k align as well.

llvm-svn: 104828
This commit is contained in:
Daniel Dunbar 2010-05-27 07:00:26 +00:00
parent 9296f63ff0
commit 3eeeccd6e2
1 changed files with 3 additions and 1 deletions

View File

@ -1670,7 +1670,9 @@ protected:
public: public:
DarwinARMTargetInfo(const std::string& triple) DarwinARMTargetInfo(const std::string& triple)
: DarwinTargetInfo<ARMTargetInfo>(triple) {} : DarwinTargetInfo<ARMTargetInfo>(triple) {
HasAlignMac68kSupport = true;
}
}; };
} // end anonymous namespace. } // end anonymous namespace.