This is an archive of the discontinued LLVM Phabricator instance.

Fix address adjusment in stack frame inline block lookup
ClosedPublic

Authored by tberghammer on May 29 2015, 8:47 AM.

Details

Summary

Fix address adjustment in stack frame inline block lookup

When the current address is pointing 1 (unit) over the end of a
section the we have to do a section lookup after making the adjustment
of the current address.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix address adjusment in stack frame inline block lookup.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.May 29 2015, 9:20 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.May 29 2015, 9:20 AM
This revision was automatically updated to reflect the committed changes.