summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/relocation-relative-absolute.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] - Better diagnostic for relative relocation to an absolute value error.George Rimar2016-11-151-0/+2
Patch adds a filename to that error message. I faced next error when debugged one of FreeBSD port: error: relocation R_X86_64_PLT32 cannot refer to absolute symbol __tls_get_addr error message was poor and this patch improves it to show the locations of symbol declaration and using. Differential revision: https://reviews.llvm.org/D26508 llvm-svn: 286940
OpenPOWER on IntegriCloud