[PATCH] D27055: [ELF] Refactor getDynRel to print error location
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 08:54:48 PST 2016
evgeny777 created this revision.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
Errors in getDynRel are quite common, so it might be worth printing exact place of error.
Repository:
rL LLVM
https://reviews.llvm.org/D27055
Files:
ELF/Relocations.cpp
ELF/Target.cpp
ELF/Target.h
test/ELF/aarch64-fpic-abs16.s
test/ELF/aarch64-fpic-prel16.s
test/ELF/aarch64-fpic-prel32.s
test/ELF/aarch64-fpic-prel64.s
test/ELF/x86-64-dyn-rel-error.s
test/ELF/x86-64-dyn-rel-error2.s
test/ELF/x86-64-reloc-32-fpic.s
test/ELF/x86-64-reloc-pc32-fpic.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27055.79100.patch
Type: text/x-patch
Size: 22154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/ac7aa89f/attachment.bin>
More information about the llvm-commits
mailing list