[PATCH] D64281: [Object] Create MutableObject class for doing Object Mutations

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 6 01:18:18 PDT 2019


abrachet created this revision.
abrachet added reviewers: jhenderson, rupprecht.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.

This initial patch adds a skeleton base class for `MutableObject` as well as `UpdatableList` which allows for mutations of Sections/Symbols/Segments while retaining the original data. It also does this while retaining the order of the elements.


https://reviews.llvm.org/D64281

Files:
  llvm/include/llvm/Object/MutableObject.h
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/MutableObject.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64281.208262.patch
Type: text/x-patch
Size: 6970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190706/06fbb780/attachment-0001.bin>


More information about the llvm-commits mailing list