[PATCH] D113573: Add a (nonfunctional) -dyld_info flag to llvm-objdump.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 22 09:44:32 PST 2022
aprantl added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:305
+.. option:: --dyld_info
+
----------------
keith wrote:
> 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
> this matches apple's otool instead
that's the only reason for the name, yes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113573/new/
https://reviews.llvm.org/D113573
More information about the llvm-commits
mailing list