This is an archive of the discontinued LLVM Phabricator instance.

Improve DWARF CFI CIE parsing and remove duplicated code
ClosedPublic

Authored by tberghammer on Jul 1 2015, 3:27 AM.

Details

Summary

Improve DWARF CFI CIE parsing and remove duplicated code

Previously we handled only a few opcode DWARF CFI opcode when we
were parsing the CIE. With this change we use mostly the same code
what we use for parsing the PDE which cover more opcode.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer updated this revision to Diff 28853.Jul 1 2015, 3:27 AM
tberghammer retitled this revision from to Improve DWARF CFI CIE parsing and remove duplicated code.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: labath, jasonmolenda.
tberghammer added a subscriber: Unknown Object (MLST).
labath edited edge metadata.Jul 1 2015, 3:40 AM

looks ok, but i'll defer to jason

jasonmolenda accepted this revision.Jul 2 2015, 9:44 PM
jasonmolenda edited edge metadata.

This looks OK to me too.

This revision is now accepted and ready to land.Jul 2 2015, 9:44 PM
This revision was automatically updated to reflect the committed changes.