diff options
author | Nico Weber <thakis@chromium.org> | 2022-08-15 11:16:03 -0400 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2022-08-17 12:58:29 -0400 |
commit | 164266739298b39d3eac8d79ad12d1d654e2825e (patch) | |
tree | 1a6f3dd8cf8090b9d3ff395a454ea47a61fa56f5 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | a36de097faf7ada39a5fd38ddc4cb8c8e258bd2e (diff) | |
download | llvm-164266739298b39d3eac8d79ad12d1d654e2825e.zip llvm-164266739298b39d3eac8d79ad12d1d654e2825e.tar.gz llvm-164266739298b39d3eac8d79ad12d1d654e2825e.tar.bz2 |
[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
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 19b3339..9f3fba4 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -316,7 +316,7 @@ MACH-O ONLY OPTIONS AND COMMANDS Print chained fixup information. -.. option:: --dyld_info +.. option:: --dyld-info Print bind and rebase information used by dyld to resolve external references in a final linked binary. |