Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LLD] - Update the test cases after yaml2obj change. | George Rimar | 2019-04-03 | 1 | -9/+8 |
| | | | | | | | | | https://reviews.llvm.org/D60122 (r357595) changed the symbols description format. This change updates the LLD tests. llvm-svn: 357596 | ||||
* | [ELF] Replace unused output filenames with /dev/null in tests | Fangrui Song | 2018-07-02 | 1 | -1/+1 |
| | | | | | | Post commit review at rLLD335992 llvm-svn: 336129 | ||||
* | Remove trailing whitespace. | Rui Ueyama | 2016-10-05 | 1 | -1/+1 |
| | | | | llvm-svn: 283372 | ||||
* | [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel. | George Rimar | 2016-08-12 | 1 | -0/+35 |
We found that GNU assembler 2.17.50 [FreeBSD] 2007-07-03 could generate broken objects. STT_SECTION symbols can be associated with SHT_REL[A]/SHT_SYMTAB/SHT_STRTAB sections. This is PR28868, patch fixes handling of such files. Differential revision: https://reviews.llvm.org/D23201 llvm-svn: 278550 |