| commit | 60ebca9aaff776383111e5f3c7ab91fe07e4b1cc | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Dec 02 03:09:06 2010 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Dec 02 03:09:06 2010 +0000 |
| tree | bf8a537a78ca93a8f5db431179c5e061a4438335 | |
| parent | 8a2ee390be8425ac457be265067afc984a71b9dd [diff] |
The sections that the ELF object writer has to create are very simple and contain only data. Handle them specially instead of using AddSectionToTheEnd. This moves a hack from the generic assembler to the elf writer. It is also a bit faster and should make other improvements easier. llvm-svn: 120683