forked from OSchip/llvm-project
Darwin/ARM seems to support mac68k align as well.
llvm-svn: 104828
This commit is contained in:
parent
9296f63ff0
commit
3eeeccd6e2
|
@ -1670,7 +1670,9 @@ protected:
|
|||
|
||||
public:
|
||||
DarwinARMTargetInfo(const std::string& triple)
|
||||
: DarwinTargetInfo<ARMTargetInfo>(triple) {}
|
||||
: DarwinTargetInfo<ARMTargetInfo>(triple) {
|
||||
HasAlignMac68kSupport = true;
|
||||
}
|
||||
};
|
||||
} // end anonymous namespace.
|
||||
|
||||
|
|
Loading…
Reference in New Issue