summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-nm.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-nm.rst')
-rw-r--r--docs/CommandGuide/llvm-nm.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-nm.rst b/docs/CommandGuide/llvm-nm.rst
index 83d9fbaf9e8cc..f666e1c35e35d 100644
--- a/docs/CommandGuide/llvm-nm.rst
+++ b/docs/CommandGuide/llvm-nm.rst
@@ -126,6 +126,11 @@ OPTIONS
Print only symbols referenced but not defined in this file.
+.. option:: --radix=RADIX, -t
+
+ Specify the radix of the symbol address(es). Values accepted d(decimal),
+ x(hexadecomal) and o(octal).
+
BUGS
----