This is an archive of the discontinued LLVM Phabricator instance.

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
function as well. It has slightly different output, so this also
requires updating a few tests.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Apr 24 2019, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 24 2019, 12:58 PM
This revision is now accepted and ready to land.Apr 24 2019, 1:05 PM
This revision was automatically updated to reflect the committed changes.