[PATCH] D94667: [llvm-nm] - Move MachO specific logic out from the dumpSymbolNamesFromObject(). NFC.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 05:31:47 PST 2021


grimar added a comment.

In D94667#2498005 <https://reviews.llvm.org/D94667#2498005>, @tschuett wrote:

> Does it have to stay in llvm-nm.cpp? A different file for MachO stuff?

It seems possible to move some MachO specific  stuff to a different file. This is out of scope of this patch though,


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

https://reviews.llvm.org/D94667



More information about the llvm-commits mailing list