| commit | 67dfb1de236dada2cc019b665203d216e4441b43 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Fri Aug 21 23:30:15 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Fri Aug 21 23:30:15 2009 +0000 |
| tree | 5cbb38cdd035445b229122619f35660b95c501ce | |
| parent | e64061f6758d245a80354dadc0bbfde6e24ec6c1 [diff] |
llvm-mc: Improve handling of implicit alignment for magic section directives (e.g., .objc_message_refs). - Just emit a .align when we see the directive; this isn't exactly what 'as' does but in practice it should be ok, at least for now. See FIXME. llvm-svn: 79697