diff options
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 | ||||
-rw-r--r-- | llvm/docs/CommandGuide/llvm-otool.rst | 4 |
2 files changed, 5 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. diff --git a/llvm/docs/CommandGuide/llvm-otool.rst b/llvm/docs/CommandGuide/llvm-otool.rst index f2ed563..5a517a2 100644 --- a/llvm/docs/CommandGuide/llvm-otool.rst +++ b/llvm/docs/CommandGuide/llvm-otool.rst @@ -31,6 +31,10 @@ OPTIONS Print linker optimization hints. +.. option:: -dyld_info + + Print bind and rebase information. + .. option:: -D Print shared library id. |