[PATCH] D88749: [SystemZ/z/OS] Add GOFF reader
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 03:48:40 PDT 2020
jhenderson added a comment.
In D88749#2312658 <https://reviews.llvm.org/D88749#2312658>, @yusra.syeda wrote:
> Fix formatting issues
It looks to me like you uploaded the wrong diff. You need to upload a diff of your entire final commit that this will be committed as, when making edits to the code. If you intend to upload a series of individual commits, and want them all reviewed together, you should create separate patches for each of them and link them together using the "edit related objects" option to create a patch series.
This patch adds support for a large number of different dumping options all at once. Please break it down into separate smaller pieces. For example, your first patch could just create the GOFFDumper, and do nothing with it, the next adds section header support, the next symbol table support and so on. It is not going to be straightforward to review such a large piece of work all at once.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88749/new/
https://reviews.llvm.org/D88749
More information about the llvm-commits
mailing list