For well-known type IDs, include the name of the type.
To not duplicate the ID->name map, make llvm-readobj call this new
function as well. It has slightly different output, so this also
requires updating a few tests.
Paths
| Differential D61086
llvm-cvtres: Make new dupe resource error a bit friendlier ClosedPublic Authored by thakis on Apr 24 2019, 12:58 PM.
Details Summary For well-known type IDs, include the name of the type. To not duplicate the ID->name map, make llvm-readobj call this new
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 24 2019, 1:05 PM Closed by commit rL359153: llvm-cvtres: Make new dupe resource error a bit friendlier (authored by nico). · Explain WhyApr 24 2019, 4:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 196547 lld/trunk/test/COFF/manifestinput.test
lld/trunk/test/COFF/resource.test
llvm/trunk/include/llvm/Object/WindowsResource.h
llvm/trunk/lib/Object/WindowsResource.cpp
llvm/trunk/test/tools/llvm-cvtres/combined.test
llvm/trunk/test/tools/llvm-cvtres/duplicate.test
llvm/trunk/test/tools/llvm-cvtres/object.test
llvm/trunk/test/tools/llvm-readobj/coff-resources.test
llvm/trunk/tools/llvm-cvtres/llvm-cvtres.cpp
llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
|