[PATCH] D12702: [llvm-readobj] MachO -- dump LinkerOptions load command
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 13:22:51 PDT 2015
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: tools/llvm-readobj/MachODumper.cpp:802
@@ +801,3 @@
+ W.printNumber("Size", LOLC.cmdsize);
+ W.printNumber("Count", LOLC.count);
+ ListScope D(W, "Strings");
----------------
Count is redundant with the dump of each entry.
http://reviews.llvm.org/D12702
More information about the llvm-commits
mailing list