This is an archive of the discontinued LLVM Phabricator instance.

[DWARF] Fix an incorrect format specifier.
ClosedPublic

Authored by ikudrin on Jul 12 2019, 2:15 AM.

Details

Summary

This adjusts the format specifier for PCOffset because it is uint16_t.

Diff Detail

Repository
rL LLVM

Event Timeline

ikudrin created this revision.Jul 12 2019, 2:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2019, 2:15 AM
JDevlieghere accepted this revision.Jul 12 2019, 8:15 AM
This revision is now accepted and ready to land.Jul 12 2019, 8:15 AM
This revision was automatically updated to reflect the committed changes.