diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-nm.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index 4678a7a493d..874a184664b 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -136,6 +136,10 @@ OPTIONS Specify the radix of the symbol address(es). Values accepted d(decimal), x(hexadecimal) and o(octal). +.. option:: @<FILE> + + Read command-line options from response file `<FILE>`. + BUGS ---- |