diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-04-02 10:40:43 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-04-02 10:40:43 +0000 |
commit | 9e3e7a99e81dd9e500147e4914cbfaeb0c559d7d (patch) | |
tree | 8fe06f3728d960835f0b58c20a93f087d1be96a7 /llvm/docs/CommandGuide | |
parent | 3f0bda296da60ab78c4bb0371bd0433ebb3fc425 (diff) | |
download | bcm5719-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.rst | 7 |
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. |