[PATCH] D102277: [llvm-objcopy][NFC] Refactor CopyConfig structure - categorize options.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 25 02:26:44 PDT 2021
avl added a comment.
I edited my previous comment with this part:
Actually, current format specific checks verify exactly this : "avoid using of format specific options when multiple inputs in different formats are specified". That probably means that we need to keep them? (To prevent incorrect lazy options parsing)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102277/new/
https://reviews.llvm.org/D102277
More information about the llvm-commits
mailing list