[all-commits] [llvm/llvm-project] 164266: [llvm-objdump --macho] Rename --dyld_info to --dyl...
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Aug 17 09:58:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 164266739298b39d3eac8d79ad12d1d654e2825e
https://github.com/llvm/llvm-project/commit/164266739298b39d3eac8d79ad12d1d654e2825e
Author: Nico Weber <thakis at chromium.org>
Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-objdump.rst
M llvm/docs/CommandGuide/llvm-otool.rst
M llvm/test/Object/AArch64/chained-fixups-header.test
A llvm/test/tools/llvm-objdump/MachO/dyld-info.test
R llvm/test/tools/llvm-objdump/MachO/dyld_info.test
M llvm/tools/llvm-objdump/ObjdumpOpts.td
M llvm/tools/llvm-objdump/OtoolOpts.td
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
[llvm-objdump --macho] Rename --dyld_info to --dyld-info
llvm-objdump takes foo-bar style flags, while llvm-otool takes foo_bar style
flags. dyld_info was the only exception to that.
Add a -dyld_info flag to llvm-otool instead.
(Both in llvm-objdump and llvm-otool, the flag doesn't really do anything
yet.)
Differential Revision: https://reviews.llvm.org/D131897
More information about the All-commits
mailing list