[PATCH] D75631: [llvm-objdump] Fix reliability of call target disassembling
Dave Bozier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 09:10:20 PDT 2020
davidb added inline comments.
================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:1494
[=](const std::pair<uint64_t, SectionRef> &O) {
return O.first <= Target;
});
----------------
Can we check the section isText() in here rather than having CodeSectionAddresses?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75631/new/
https://reviews.llvm.org/D75631
More information about the llvm-commits
mailing list