diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-03-08 10:39:12 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-03-08 10:39:12 +0000 |
commit | 2902a21ef327df697f23355271041bbc43f59ee7 (patch) | |
tree | 759227d53d992f326b90466c30e497464ec87225 /llvm/docs/CommandGuide/dsymutil.rst | |
parent | 30e94029d8d4aeb3584319b6cd696016c206b217 (diff) | |
download | bcm5719-llvm-2902a21ef327df697f23355271041bbc43f59ee7.tar.gz bcm5719-llvm-2902a21ef327df697f23355271041bbc43f59ee7.zip |
[dsymutil] Embed toolchain in dSYM bundle
Allow us to embed the (Xcode) toolchain in the dSYM bundle's property
list.
Differential revision: https://reviews.llvm.org/D44151
llvm-svn: 326994
Diffstat (limited to 'llvm/docs/CommandGuide/dsymutil.rst')
-rw-r--r-- | llvm/docs/CommandGuide/dsymutil.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst index 2782da3c302..a89ee187922 100644 --- a/llvm/docs/CommandGuide/dsymutil.rst +++ b/llvm/docs/CommandGuide/dsymutil.rst @@ -74,6 +74,10 @@ OPTIONS Dumps the symbol table found in *executable* or object file(s) and exits. +.. option:: --toolchain + + Embed the toolchain in the dSYM bundle's property list. + .. option:: -u, --update Update an existing dSYM file to contain the latest accelerator tables and |