diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 8c81560caa9..3a4549e6160 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -209,6 +209,10 @@ OPTIONS Do not skip blocks of zeroes when disassembling. +.. option:: @<FILE> + + Read command-line options and commands from response file `<FILE>`. + MACH-O ONLY OPTIONS AND COMMANDS -------------------------------- @@ -316,10 +320,6 @@ MACH-O ONLY OPTIONS AND COMMANDS Display weak binding information. -.. option:: @<FILE> - - Read command-line options and commands from response file `<FILE>`. - BUGS ---- |