[obj2yaml] - Report a error when unable to resolve a sh_link reference properly.
commit34b02686d9d256c564085b27b16bb84b5d6b08e4
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 29 Jul 2019 07:58:29 +0000 (29 07:58 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 29 Jul 2019 07:58:29 +0000 (29 07:58 +0000)
tree3fd415c72a70f8d0fa88252f538e75bd744df476
parent15941fea01b3224274d12c69f11270e2936bc819
[obj2yaml] - Report a error when unable to resolve a sh_link reference properly.

Because of a bug we did not report a error in the case
shown in the test. With this patch we do.

Differential revision: https://reviews.llvm.org/D65214

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367203 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/obj2yaml/elf-shlink.yaml [new file with mode: 0644]
tools/obj2yaml/elf2yaml.cpp