[PATCH] D65367: [Object] Create MutableELFObject Class for Doing Mutations on ELFObjectFiles [Part 2]

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 22:33:31 PDT 2019


abrachet updated this revision to Diff 214300.
abrachet marked an inline comment as done.
abrachet added a comment.

Added `remove` to `MutableTable`
Added `getMutableSymbol` to `MutableELFObject`
Added unit tests for older changes


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

https://reviews.llvm.org/D65367

Files:
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/include/llvm/Object/MutableELFObject.h
  llvm/unittests/Object/MutableELFObjectTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65367.214300.patch
Type: text/x-patch
Size: 23616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/beefb856/attachment.bin>


More information about the llvm-commits mailing list