[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:34:12 PDT 2019


abrachet added a comment.

> A natural question: where do you intend to use MutableObject?

It's part of my Google Summer of Code project which tries to 'librarify' llvm-objcopy from this bug report <https://bugs.llvm.org/show_bug.cgi?id=41044>. There is a larger but still far from complete version here D63185 <https://reviews.llvm.org/D63185>. So to answer your question directly, in llvm-objcopy but libarifying it also allows for future use cases which want to mutate object files without having to spawn llvm-objcopy.


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

https://reviews.llvm.org/D64281





More information about the llvm-commits mailing list