summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/znotext-plt-relocations-protected.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD][ELF] - Update test case to check the error message reported. NFC.George Rimar2018-08-131-1/+6
| | | | | | | | | | This updates znotext-plt-relocations-protected.s test case (adds a file symbol) to check how the error message is built. It allows to cover/test the following line: https://github.com/llvm-mirror/lld/blob/master/ELF/Relocations.cpp#L79 llvm-svn: 339550
* [ELF] Replace unused output filenames with /dev/null in testsFangrui Song2018-07-021-1/+1
| | | | | | Post commit review at rLLD335992 llvm-svn: 336129
* Don't depend on "call foo" producing a X86_64_PC32.Rafael Espindola2018-02-161-1/+1
| | | | | | | | | | Newer versions of the gnu assembler produce a X86_64_PLT32 for calls. There is a change under review in llvm to do the same, so update the tests to not depend on it. We can still produce a R_X86_64_PC32 with ".long foo - .". llvm-svn: 325379
* Don't try to preempt protected symbols with -z notext.Rafael Espindola2017-12-271-0/+11
I will send a followup patch removing the FIXME this patch adds. llvm-svn: 321499
OpenPOWER on IntegriCloud