Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LLD][ELF] - Fix tests after r350840. | George Rimar | 2019-01-10 | 1 | -1/+0 |
| | | | | | | | | D56076 (r350840) changed the llvm-objdump output. This is a follow up commit to fix LLD test cases. llvm-svn: 350842 | ||||
* | Disable --rosegment when we have linker scripts. | Rafael Espindola | 2016-09-20 | 1 | -2/+2 |
| | | | | | | | | Linker scripts are responsible for aliging '.'. Since they are designed for bfd which has no --rosegment, they don't align the RO to RX transition. llvm-svn: 281978 | ||||
* | Remove useless file prefix. | Rui Ueyama | 2016-09-02 | 1 | -0/+18 |
Differential Revision: https://reviews.llvm.org/D24207 llvm-svn: 280540 |