Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert more tests as linker scripts instead of assembly. | Rui Ueyama | 2018-03-01 | 1 | -2/+1 |
| | | | | llvm-svn: 326415 | ||||
* | [ELF] - Produce relocation section name consistent with output section name ↵ | George Rimar | 2017-12-01 | 1 | -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 |