summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/invalid/tls-symbol.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD] - Update the test cases after yaml2obj change.George Rimar2019-04-031-4/+4
| | | | | | | | | https://reviews.llvm.org/D60122 (r357595) changed the symbols description format. This change updates the LLD tests. llvm-svn: 357596
* [LLD][ELF] - Stop using binary input in invalid/tls-symbol.s test. NFCI.George Rimar2019-02-281-3/+22
| | | | | | We can use yaml2obj instead, patch does this. llvm-svn: 355075
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* ELF: Reword a somewhat misleading error message.Peter Collingbourne2017-07-141-2/+2
| | | | | | | | | | | PT_TLS is a type of program header, so we wouldn't expect to see one in an object file. This error should probably be referring to the fact that we didn't see a section with the flag SHF_TLS, which would normally cause us to create a PT_TLS program header. Differential Revision: https://reviews.llvm.org/D35395 llvm-svn: 307983
* [ELF] - Do not crash if symbol type set to TLS when there is no tls sections.George Rimar2016-10-041-0/+5
id_000021,sig_11,src_000002,op_flip1,pos_92 from PR30540 does not have TLS sections, but type of one of the symbol is broken and set to STT_TLS, what resulted in a crash. Patch fixes crash. DIfferential revision: https://reviews.llvm.org/D25083 llvm-svn: 283198
OpenPOWER on IntegriCloud