From 9e3e7a99e81dd9e500147e4914cbfaeb0c559d7d Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 2 Apr 2018 10:40:43 +0000 Subject: [dsymutil] Upstream emitting of papertrail warnings. When running dsymutil as part of your build system, it can be desirable for warnings to be part of the end product, rather than just being emitted to the output stream. This patch upstreams that functionality. Differential revision: https://reviews.llvm.org/D44639 llvm-svn: 328965 --- llvm/docs/CommandGuide/dsymutil.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst index a89ee187922..ceaa54019a8 100644 --- a/llvm/docs/CommandGuide/dsymutil.rst +++ b/llvm/docs/CommandGuide/dsymutil.rst @@ -70,6 +70,13 @@ OPTIONS Specifies a ``path`` to prepend to all debug symbol object file paths. +.. option:: --papertrail + + When running dsymutil as part of your build system, it can be desirable for + warnings to be part of the end product, rather than just being emitted to the + output stream. When enabled warnings are embedded in the linked DWARF debug + information. + .. option:: -s, --symtab Dumps the symbol table found in *executable* or object file(s) and exits. -- cgit v1.2.3