From b5b768dedeb4ffa94b60ff0c6c19f1095964086b Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 8 Dec 2017 23:32:47 +0000 Subject: dwarfdump: Add support for the --diff option. --diff Emit the output in a diff-friendly way by omitting offsets and addresses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320214 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-dwarfdump.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/CommandGuide/llvm-dwarfdump.rst b/docs/CommandGuide/llvm-dwarfdump.rst index a3b62664cbe..e7f7c44ffd3 100644 --- a/docs/CommandGuide/llvm-dwarfdump.rst +++ b/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 , --find= Search for the exact text in the accelerator tables -- cgit v1.2.3