[PATCH] D61969: Fix Bugzilla ID 41862 to support checking addresses of disassembled object
Nicholas Krause via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 13:27:37 PDT 2019
xerofoify added a comment.
It fails after looking at the code again for the gnu binutils so it would be best to keep them compatible IMO. However merging my if statement together is better through so I
keep upload a new patch with the git diff comments as I was just using git format patch before. In addition it seems that there is also the case in binutils of lesser
than stop address so that should be added as well so I guess we really do need another if statement. Let me know if those changes work for you to keep compatibility with
gnu binutils.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61969/new/
https://reviews.llvm.org/D61969
More information about the llvm-commits
mailing list