This is an archive of the discontinued LLVM Phabricator instance.

[DWARF] - Simplify RelocVisitor implementation.
ClosedPublic

Authored by grimar on May 17 2017, 5:47 AM.

Details

Summary

We do not need to store relocation width field.
Patch removes relative code, that simplifies implementation.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.May 17 2017, 5:47 AM
grimar updated this revision to Diff 99278.May 17 2017, 5:50 AM
  • Removed unused code.
aprantl accepted this revision.May 17 2017, 9:01 AM
This revision is now accepted and ready to land.May 17 2017, 9:01 AM
This revision was automatically updated to reflect the committed changes.