summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/section-symbols.test
Commit message (Collapse)AuthorAgeFilesLines
* [LLD] - Update the test cases after yaml2obj change.George Rimar2019-04-031-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 testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* Remove trailing whitespace.Rui Ueyama2016-10-051-1/+1
| | | | llvm-svn: 283372
* [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.George Rimar2016-08-121-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
OpenPOWER on IntegriCloud