[PATCH] D61969: Fix Bugzilla ID 41862 to support checking addresses of disassembled object

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 13:09:50 PDT 2019


jakehehrlich added a comment.

When uploading changes make sure to upload the whole context. If using `git diff` use `git diff -U100000` or some other large number to get all of the surrounding context.

Can you also explain why this should be an error? It feels to me like this is perfectly valid and that objdump should just display nothing. At best this exact case should be a warning IMO.


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