diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 52bf3bd..88bade71 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -32,7 +32,7 @@ combined with other commands: .. option:: -D, --disassemble-all Disassemble all sections found in the input files. - + .. option:: --disassemble-symbols=<symbol1[,symbol2,...]> Disassemble only the specified symbols. Takes demangled symbol names when @@ -92,7 +92,7 @@ combined with other commands: .. option:: -u, --unwind-info Display the unwind info of the input(s). - + This operation is only currently supported for COFF and Mach-O object files. .. option:: -v, --version |