[PATCH] D152229: [NFC][COFF] Refine access specifiers for WinCOFFObjectWriter
Haohai, Wen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 03:17:43 PDT 2023
HaohaiWen added a comment.
In D152229#4398829 <https://reviews.llvm.org/D152229#4398829>, @skan wrote:
> What's the motivation of reordering `MCObjectWriter` methods?
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152229/new/
https://reviews.llvm.org/D152229
More information about the llvm-commits
mailing list