[ELF] When a relocation is out of range print the value and the range
authorAlexander Richardson <arichardson.kde@gmail.com>
Mon, 11 Dec 2017 20:47:21 +0000 (20:47 +0000)
committerAlexander Richardson <arichardson.kde@gmail.com>
Mon, 11 Dec 2017 20:47:21 +0000 (20:47 +0000)
commitd2481bed05976765f43f2780f898869828897aa4
tree985389583731aabefa481fc0afdbafea04a34c1a
parent3c6c14d14b40adfb581940859ede1ac7d8ceae7a
[ELF] When a relocation is out of range print the value and the range

Reviewers: ruiu, grimar

Reviewed By: ruiu

Subscribers: emaste, nemanjai, javed.absar, kbarton, llvm-commits

Differential Revision: https://reviews.llvm.org/D40962

llvm-svn: 320416
16 files changed:
lld/ELF/Target.h
lld/test/ELF/aarch64-abs16.s
lld/test/ELF/aarch64-abs32.s
lld/test/ELF/aarch64-ldprel-lo19-invalid.s
lld/test/ELF/aarch64-prel16.s
lld/test/ELF/aarch64-prel32.s
lld/test/ELF/i386-reloc-16.s
lld/test/ELF/i386-reloc-8.s
lld/test/ELF/i386-reloc-range.s
lld/test/ELF/linkerscript/eh-frame-reloc-out-of-range.s
lld/test/ELF/mips-out-of-bounds-call16-reloc.s
lld/test/ELF/ppc64-addr16-error.s
lld/test/ELF/x86-64-reloc-16.s
lld/test/ELF/x86-64-reloc-8.s
lld/test/ELF/x86-64-reloc-error.s
lld/test/ELF/x86-64-reloc-range.s