[llvm-readobj] Print the resource type textually for .res files
commit14e37b0cf2a20bd7de6e551074c6c2505f12b8ed
authorMartin Storsjo <martin@martin.st>
Thu, 29 Aug 2019 08:59:31 +0000 (29 08:59 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 29 Aug 2019 08:59:31 +0000 (29 08:59 +0000)
tree1ea4bb7e65877f3e09620c32ea2ea6dd562e1a5c
parent9520c04dce2f2d7473e5c47aa5a861a4970f633b
[llvm-readobj] Print the resource type textually for .res files

This already is done when dumping resources from coff objects.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370308 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
test/tools/llvm-rc/codepage.test
test/tools/llvm-rc/cpp-output.test
test/tools/llvm-rc/include-paths.test
test/tools/llvm-rc/memoryflags-stringtable.test
test/tools/llvm-rc/memoryflags.test
test/tools/llvm-rc/not-expr.test
test/tools/llvm-rc/tag-accelerators.test
test/tools/llvm-rc/tag-dialog.test
test/tools/llvm-rc/tag-escape.test
test/tools/llvm-rc/tag-html.test
test/tools/llvm-rc/tag-icon-cursor.test
test/tools/llvm-rc/tag-menu.test
test/tools/llvm-rc/tag-stringtable.test
test/tools/llvm-rc/tag-user.test
test/tools/llvm-rc/tag-versioninfo.test
test/tools/llvm-rc/versioninfo-padding.test
test/tools/llvm-readobj/res-resources.test
tools/llvm-readobj/WindowsResourceDumper.cpp