summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-04-02 10:40:43 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-04-02 10:40:43 +0000
commit9e3e7a99e81dd9e500147e4914cbfaeb0c559d7d (patch)
tree8fe06f3728d960835f0b58c20a93f087d1be96a7 /llvm/docs/CommandGuide
parent3f0bda296da60ab78c4bb0371bd0433ebb3fc425 (diff)
downloadbcm5719-llvm-9e3e7a99e81dd9e500147e4914cbfaeb0c559d7d.tar.gz
bcm5719-llvm-9e3e7a99e81dd9e500147e4914cbfaeb0c559d7d.zip
[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
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/dsymutil.rst7
1 files changed, 7 insertions, 0 deletions
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.
OpenPOWER on IntegriCloud