]> granicus.if.org Git - llvm/commit
Update llvm-readobj -coff-resources to display tree structure.
authorEric Beckmann <ecbeckmann@google.com>
Sun, 7 May 2017 22:47:22 +0000 (22:47 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Sun, 7 May 2017 22:47:22 +0000 (22:47 +0000)
commit4899f6643edba0f5081704d949b4bd8c5f94ab70
treeefe8bcfab7dbdd75552dc6e02ee3bc006c50b235
parent677051d58f07d034710b784fcf29c79750f5cb46
Update llvm-readobj -coff-resources to display tree structure.

Summary: Continue making updates to llvm-readobj to display resource sections.  This is necessary for testing the up and coming cvtres tool.

Reviewers: zturner

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302386 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Support/COFF.h
lib/Object/COFFObjectFile.cpp
test/tools/llvm-readobj/Inputs/resources/cursor_small.bmp [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/resources/okay_small.bmp [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/resources/test_resource.rc [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/resources/test_resource.res [new file with mode: 0644]
test/tools/llvm-readobj/resources.test
tools/llvm-readobj/COFFDumper.cpp