This is an archive of the discontinued LLVM Phabricator instance.

Handle abbr_offset with relocatinos
ClosedPublic

Authored by espindola on Mar 21 2018, 12:37 PM.

Details

Reviewers
dblaikie
Summary

This is mostly just plumbing to get a DWARFDataExtractor where we compute abbr_offset so we can use getRelocatedValue.

This is part of PR36793.

Diff Detail

Event Timeline

espindola created this revision.Mar 21 2018, 12:37 PM
espindola edited the summary of this revision. (Show Details)Mar 21 2018, 12:38 PM
dblaikie accepted this revision.Mar 21 2018, 1:56 PM

Looks good - thanks!

This revision is now accepted and ready to land.Mar 21 2018, 1:56 PM