diff options
author | Hemant Kulkarni <khemant@codeaurora.org> | 2016-02-10 17:51:39 +0000 |
---|---|---|
committer | Hemant Kulkarni <khemant@codeaurora.org> | 2016-02-10 17:51:39 +0000 |
commit | 5e005a110862db0ad974862593d6e9541ce8cf8e (patch) | |
tree | 24e08e0d5a6d201f0cfb34f4feb728c524d4e970 /llvm/docs/CommandGuide | |
parent | 4f2ca0d268a10b477f3b0dcb7438b1a204266f50 (diff) | |
download | bcm5719-llvm-5e005a110862db0ad974862593d6e9541ce8cf8e.tar.gz bcm5719-llvm-5e005a110862db0ad974862593d6e9541ce8cf8e.zip |
[llvm-nm] Add -radix option
Differential Revision: http://reviews.llvm.org/D16822
llvm-svn: 260392
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index 83d9fbaf9e8..f666e1c35e3 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/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 ---- |