[PATCH] D100475: llvm-objdump: move SourcePrinter to shared file

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 07:42:32 PDT 2021


jhenderson added a comment.

Looks like this is causing test failures? Maybe you could break it down into a couple of patches, with the first being the simple moving of code, and later patches adding the new functionality for MachO?

Moving the code is a good time to address any formatting issues highlighted by clang-tidy/clang-format too.


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

https://reviews.llvm.org/D100475



More information about the llvm-commits mailing list