[PATCH] D47855: [llvm-objcopy] Remove unused field from Object
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 02:11:31 PDT 2018
alexshap added inline comments.
================
Comment at: Object.h:587
std::shared_ptr<MemoryBuffer> OwnedData;
std::vector<SecPtr> Sections;
----------------
jhenderson wrote:
> Don't you actually want to remove this field though?
right, right, wrong diff
Repository:
rL LLVM
https://reviews.llvm.org/D47855
More information about the llvm-commits
mailing list