[PATCH] D55881: [llvm-objcopy] [COFF] Add support for removing symbols

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 14:29:18 PST 2019


alexshap added inline comments.


================
Comment at: tools/llvm-objcopy/COFF/Writer.h:25
 
 class Writer {
 protected:
----------------
btw, i forgot to ask it earlier - why do we need this base class + protected fields ?
maybe just roll it into COFFWriter ? (the hierarchy of Readers (in ELF and MachO) basically facilitates handling different kinds of input (object file vs binary input (not a regular object file)), but why is this base class necessary ?


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

https://reviews.llvm.org/D55881





More information about the llvm-commits mailing list