summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/align-zero.s
Commit message (Collapse)AuthorAgeFilesLines
* [MC/ELF] Accept zero for .align directiveDavide Italiano2015-09-081-0/+4
.align directive refuses alignment 0 -- a comment in the code hints this is done for GNU as compatibility, but it seems GNU as accepts .align 0 (and silently rounds up alignment to 1). Differential Revision: http://reviews.llvm.org/D12682 llvm-svn: 247048
OpenPOWER on IntegriCloud