[PATCH] D74205: [llvm-dwarfdump] Add the --show-sections-sizes option

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 09:46:33 PDT 2020


aprantl added a comment.

In D74205#1949246 <https://reviews.llvm.org/D74205#1949246>, @jhenderson wrote:

> I'm not at all familiar with Mach-O, so how do fat archives get generated (i.e. with what tool?)? Is there an LLVM equivalent we can use here?


There is no such thing as a fat archive, just regular archives that contain fat object files. The tool to create fat binaries is called `lipo` and there seems to be an llvm variant of it.


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

https://reviews.llvm.org/D74205





More information about the llvm-commits mailing list