diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-12-09 19:09:59 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-12-09 19:09:59 +0000 |
commit | 844f8f21fd8bc88f72c104c1f906e41fbcd5cd39 (patch) | |
tree | c93fceb22b6162f176b70b5fd49e32312f8dc210 /llvm/docs/CommandGuide | |
parent | df702104d37d56a30460aae554a1284b4ac7cb27 (diff) | |
download | llvm-844f8f21fd8bc88f72c104c1f906e41fbcd5cd39.zip llvm-844f8f21fd8bc88f72c104c1f906e41fbcd5cd39.tar.gz llvm-844f8f21fd8bc88f72c104c1f906e41fbcd5cd39.tar.bz2 |
Remove duplicate option from documentation.
llvm-svn: 320258
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dwarfdump.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index e7f7c44..a3b6266 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -35,11 +35,6 @@ 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 |