This is an archive of the discontinued LLVM Phabricator instance.

Fix reading from file cache using address instead of resolved address for getting a section
ClosedPublic

Authored by augusto2112 on Apr 20 2021, 6:31 AM.

Details

Summary

This fiex a small problem with https://reviews.llvm.org/D100338 where we'd grab the section from the address instead of resolved address, which could incur a memory read instead of a file cache read if the two addressess were different

Diff Detail

Event Timeline

augusto2112 requested review of this revision.Apr 20 2021, 6:31 AM
augusto2112 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2021, 6:31 AM
jasonmolenda accepted this revision.Apr 20 2021, 12:07 PM

Ach, I should have noticed that during review.

This revision is now accepted and ready to land.Apr 20 2021, 12:07 PM
This revision was landed with ongoing or failed builds.Apr 20 2021, 12:09 PM
This revision was automatically updated to reflect the committed changes.