OSDN Git Service

[llvm-readobj] Support -needed-libs option for COFF files
authorPetr Hosek <phosek@chromium.org>
Wed, 27 Dec 2017 19:59:56 +0000 (19:59 +0000)
committerPetr Hosek <phosek@chromium.org>
Wed, 27 Dec 2017 19:59:56 +0000 (19:59 +0000)
commitc5ea695ee97cafd67d85c2bbf08ba99b28dc7969
tree72d05a2a1c47d385530d0849cdf1b87ac2eb06a9
parent9df91e03ae116cd642476003c36a3b4b03a29a0d
[llvm-readobj] Support -needed-libs option for COFF files

This implements the -needed-libs option in the COFF dumper.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321498 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/Inputs/needed-libs.obj.coff-am64 [new file with mode: 0644]
test/tools/llvm-readobj/coff-needed-libs.test [new file with mode: 0644]
tools/llvm-readobj/COFFDumper.cpp