Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tests less dependent on the exact layout. | Rafael Espindola | 2016-09-20 | 1 | -4/+4 |
| | | | | | | | | | In most cases that means just not checking the address when we don't need it. For some tests it is easier to just set . to a known value. llvm-svn: 281976 | ||||
* | [ELF] - Implemented --sort-section cmd line option and SORT_NONE script command. | George Rimar | 2016-09-16 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | This fixes Bug 30385 - SORT_NONE not implemented, `SORT_NONE' disables section sorting by ignoring the command line section sorting option. That is why this patch also implements --sort-section option. Description of sorting rules available at https://sourceware.org/binutils/docs/ld/Input-Section-Wildcards.html Differential revision: https://reviews.llvm.org/D24604 llvm-svn: 281771 | ||||
* | Remove useless file prefix. | Rui Ueyama | 2016-09-02 | 1 | -0/+40 |
Differential Revision: https://reviews.llvm.org/D24207 llvm-svn: 280540 |