MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that says the...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 13 May 2010 01:10:26 +0000 (01:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 13 May 2010 01:10:26 +0000 (01:10 +0000)
commit456b5012704bcece2c8c28783e6efabb7b998616
treed1a7d3c962927705fc264526adfca23e48b32953
parentb5844ff1c44f0427bcf132eaece945da411e650f
MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that says the align fragment shouldn't contribute to the logical section size, it is will be used for cleaning up the code to handle section alignment.

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