| commit | 6397051ece4b63fedd2c20bdb2a1e9912056cad7 | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Thu Sep 01 23:04:27 2011 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Thu Sep 01 23:04:27 2011 +0000 |
| tree | aa16a0fe018163955eddf7542f2b221675ef8071 | |
| parent | b10c631f5380bc17e0694e75e797251748e33657 [diff] |
Don't drop alignment info on local common symbols. - On COFF the .lcomm directive has an alignment argument. - On ELF we fall back to .local + .comm Based on a patch by NAKAMURA Takumi. Fixes PR9337, PR9483 and PR10128. llvm-svn: 138976