summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/mips-tls-64-pic-local-variable.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Make another set of test cases more tolerant to exact symbol ↵Simon Atanasyan2019-09-091-7/+13
| | | | | | addresses. NFC llvm-svn: 371458
* [ELF] - Revert mips-tls-64-pic-local-variable.s changed in r336129.George Rimar2018-07-031-1/+1
| | | | | | This restores the original comment in the test case. llvm-svn: 336180
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* [ELF][MIPS] Fix TLS GOT entries for local symbols in shared librariesAlexander Richardson2018-06-121-0/+49
Summary: Previously LLD would not add any dynamic relocations and write a module index of 1 which is not correct for the shared library case. This can happen when a thread-local global variable is marked as local with a version script. With this change I am now able to link all of the FreeBSD base system for MIPS64 with LLD. Differential Revision: https://reviews.llvm.org/D48002 llvm-svn: 334483
OpenPOWER on IntegriCloud