This is an archive of the discontinued LLVM Phabricator instance.

Break verification down into smaller functions to keep code clean.
ClosedPublic

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

Details

Summary

Adrian requested that we break things down to make things clean in the DWARFVerifier. This patch breaks everything down into nice individual functions and cleans up the code quite a bit and prepares us for the next round of verifiers.

Diff Detail

Repository
rL LLVM

Event Timeline

clayborg created this revision.May 3 2017, 9:52 AM
aprantl accepted this revision.May 3 2017, 11:29 AM
This revision is now accepted and ready to land.May 3 2017, 11:29 AM
This revision was automatically updated to reflect the committed changes.