]> granicus.if.org Git - clang/commitdiff
Darwin/ARM seems to support mac68k align as well.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 27 May 2010 07:00:26 +0000 (07:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 27 May 2010 07:00:26 +0000 (07:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104828 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

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