[PATCH] D113573: Add a (nonfunctional) -dyld_info flag to llvm-objdump.

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 21 19:07:36 PST 2022


keith accepted this revision.
keith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:305
 
+.. option:: --dyld_info
+
----------------
It looks like all of the llvm-objdump flags today use dashes and not underscores, I know this matches apple's otool instead, but I wonder if it would be better to be consistent with the other ones in this version


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

https://reviews.llvm.org/D113573



More information about the llvm-commits mailing list