Set public specifiers only for constructor and inherited methods from
MCObjectWriter and leave others as private. Also change the order of
MCObjectWriter methods' definition according to it's declaration order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm planning to split WinCOFFObjectWriter to WinCOFFWriter (like ELFWriter and ELFObjectWriter). Most of methods will be moved to WinCOFFWriter. This reordering will help to reduce diff in next patch.