diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-12-08 23:32:47 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-12-08 23:32:47 +0000 |
commit | 01fb31cc89d3ce145f3cacd669981de5edd5de8d (patch) | |
tree | 7b4a7c803dfe70955aff3f39fabfdc12feed6a24 /llvm/docs/CommandGuide | |
parent | e29f50da4dacf15faa5c306c4196679b95bdb0bc (diff) | |
download | bcm5719-llvm-01fb31cc89d3ce145f3cacd669981de5edd5de8d.tar.gz bcm5719-llvm-01fb31cc89d3ce145f3cacd669981de5edd5de8d.zip |
dwarfdump: Add support for the --diff option.
--diff Emit the output in a diff-friendly way by omitting offsets and
addresses.
<rdar://problem/34502625>
llvm-svn: 320214
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dwarfdump.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index a3b62664cbe..e7f7c44ffd3 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -35,6 +35,11 @@ OPTIONS the :option:`--debug-info`, :option:`--find`, and :option:`--name` options. +.. option:: --diff + + Emit the output in a diff-friendly way by omitting offsets and + addresses. + .. option:: -f <name>, --find=<name> Search for the exact text <name> in the accelerator tables |