[PATCH] D75631: [llvm-objdump] Fix reliability of call target disassembling
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 09:10:15 PDT 2020
thopre added a comment.
In D75631#1941289 <https://reviews.llvm.org/D75631#1941289>, @davidb wrote:
> This still needed after D76739 <https://reviews.llvm.org/D76739>?
D76739 <https://reviews.llvm.org/D76739> will make tools/llvm-objdump/X86/disassemble-functions.test status consistent accross targets but I still think it doesn't make sense to look for the target of a call in anything but code related sections.
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