summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/section-unique-err2.s
Commit message (Collapse)AuthorAgeFilesLines
* Use a comma after the unique keyword.Rafael Espindola2015-04-061-1/+1
| | | | | | | | H.J. Lu noted that all .section options are separated by a comma. This patch changes the syntax of unique to require one. llvm-svn: 234174
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-0/+5
This allows the compiler/assembly programmer to switch back to a section. This in turn fixes the bootstrap failure on powerpc (tested on gcc110) without changing the ppc codegen at all. I will try to cleanup the various getELFSection overloads in a followup patch. Just using a default argument now would lead to ambiguities. llvm-svn: 234099
OpenPOWER on IntegriCloud