summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/emit-reloc-section-names.s
Commit message (Collapse)AuthorAgeFilesLines
* Convert more tests as linker scripts instead of assembly.Rui Ueyama2018-03-011-2/+1
| | | | llvm-svn: 326415
* [ELF] - Produce relocation section name consistent with output section name ↵George Rimar2017-12-011-0/+22
when --emit-reloc used with linker script. This is for "Bug 35474 - --emit-relocs produces wrongly-named reloc sections". LLD currently for scripts like: .text.boot : { *(.text.boot) } emits relocation section with name .rela.text because does not take redefined name of output section into account and builds section name using rules for non-scripted case. Patch fixes this oddness. Differential revision: https://reviews.llvm.org/D40652 llvm-svn: 319526
OpenPOWER on IntegriCloud