diff options
author | Jason Molenda <jason@molenda.com> | 2021-04-20 12:07:24 -0700 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2021-04-20 12:09:06 -0700 |
commit | f2da1f68d815f97e1211da62e7e1f102941947e3 (patch) | |
tree | 06c8abbea4e5a0b0231c977b579d84236d3743c3 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 9816d43cff5ad7abb94eab94dcd205285675972a (diff) | |
download | llvm-f2da1f68d815f97e1211da62e7e1f102941947e3.zip llvm-f2da1f68d815f97e1211da62e7e1f102941947e3.tar.gz llvm-f2da1f68d815f97e1211da62e7e1f102941947e3.tar.bz2 |
Get Section from resolved_addr in Target::ReadMemory
Landing this fix for Augusto Noronha. The code is getting the
Section from 'addr' passed in, but it may have been expressed as
a load address when it was created and Target::ReadMemory tries to
convert it to a Section+offset if that's now possible; use the
Section found from that cleanup if it exists.
Differential Revision: https://reviews.llvm.org/D100850
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions