[PATCH] D99055: [llvm-objcopy] Refactor CopyConfig structure.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 03:55:20 PDT 2021


jhenderson added a comment.

Maybe it should be a two-part process? In this first patch, keep the split more-or-less the same as it is now, so that the diff is simpler, and we can focus on the more important aspects of the patch (switching to the new configuration structure), and then a second patch can move the options between structures so that they're in the most appropriate one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99055



More information about the llvm-commits mailing list