This is an archive of the discontinued LLVM Phabricator instance.

Create DWARFVerifier.cpp and .h and move all DWARF verification code over into it.
ClosedPublic

Authored by clayborg on May 3 2017, 9:12 AM.

Details

Summary

Adrian requested we create a DWARFVerifier.cpp file to contain all of the DWARF verification stuff. This change simply moves the functionality over into DWARFVerifier.h and DWARFVerifier.cpp, renames the DWARFVerifier methods to start with lower case, and switches DWARFContext.cpp over to using the new functionality.

Diff Detail

Event Timeline

clayborg created this revision.May 3 2017, 9:12 AM

This change is simply for the code moving, not the re-org.

aprantl accepted this revision.May 3 2017, 9:14 AM

Thanks!

This revision is now accepted and ready to land.May 3 2017, 9:14 AM
This revision was automatically updated to reflect the committed changes.