[PATCH] D109016: [llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocations

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 14:12:12 PDT 2021


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.

Thanks @maksfb , this fixes the issue reported in https://bugs.llvm.org/show_bug.cgi?id=51684. Perhaps you can add `pr/51684` to the description+commit message just as a cross reference?

Perhaps it would be good to wait for an additional code review from folks more knowledgeable than myself about this code before merging?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109016/new/

https://reviews.llvm.org/D109016



More information about the llvm-commits mailing list