[PATCH] D131897: [llvm-objdump --macho] Rename --dyld_info to --dyld-info
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 06:15:51 PDT 2022
jhenderson added a comment.
In D131897#3725929 <https://reviews.llvm.org/D131897#3725929>, @thakis wrote:
> jhenderson: The flag currently doesn't really do anything, it calls PrintDyldInfo which calls one more function which internally casts everything to `(void)`. So I don't think there are any actual non-test users of this flag, and maybe we can get away without a release notes entry in this case?
Up to you - if you don't think it's needed, that's fine (I don't know anything about its usage or behaviour).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131897/new/
https://reviews.llvm.org/D131897
More information about the llvm-commits
mailing list