[PATCH] D47855: [llvm-objcopy] Remove unused field from Object

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 01:42:23 PDT 2018


jhenderson added inline comments.


================
Comment at: Object.h:587
 
   std::shared_ptr<MemoryBuffer> OwnedData;
   std::vector<SecPtr> Sections;
----------------
Don't you actually want to remove this field though?


Repository:
  rL LLVM

https://reviews.llvm.org/D47855





More information about the llvm-commits mailing list