[PATCH] D85623: [llvm-objdump] Change a PLT decoding error to a warning

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 09:13:11 PDT 2020


MaskRay updated this revision to Diff 284776.
MaskRay added a comment.
Herald added a subscriber: hiraditya.

Change the signature of getPltAddresses to return Optional<DataRefImpl>

Add another test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85623

Files:
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/lib/Object/ELFObjectFile.cpp
  llvm/test/tools/llvm-objdump/ELF/AArch64/plt.test
  llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85623.284776.patch
Type: text/x-patch
Size: 6211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200811/e125802a/attachment.bin>


More information about the llvm-commits mailing list