MC: Switch to using explicit MCAlignFragments with OnlyAlignAddress bit instead
authorDaniel Dunbar <daniel@zuster.org>
Thu, 13 May 2010 02:34:14 +0000 (02:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 13 May 2010 02:34:14 +0000 (02:34 +0000)
commit61066dbdf2f035e146c11a40d4cf6531cf2dfd6c
tree424b89eae5077057e796b7a022ea522d9c1ed029
parent69b9f9883e10efa266d59a5dd2f4d99de92c6707
MC: Switch to using explicit MCAlignFragments with OnlyAlignAddress bit instead
of manually doing padding/editing layout in LayoutSection().
    - This probably seems like six-of-one and half-dozen of another, but there
      is a method to my madness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103693 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAssembler.cpp