Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a comma after the unique keyword. | Rafael Espindola | 2015-04-06 | 1 | -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 Espindola | 2015-04-04 | 1 | -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 |