diff options
author | Alexander Potapenko <glider@google.com> | 2014-10-17 00:50:19 +0000 |
---|---|---|
committer | Alexander Potapenko <glider@google.com> | 2014-10-17 00:50:19 +0000 |
commit | 7aaf5140929b00a2acc9d2619c806860f1a148d8 (patch) | |
tree | 305e488af9552880cd67a50c3ab7611801447e66 /llvm/docs/CommandGuide | |
parent | ed1d075d7877232223e6954d402b3f1ba228687d (diff) | |
download | llvm-7aaf5140929b00a2acc9d2619c806860f1a148d8.zip llvm-7aaf5140929b00a2acc9d2619c806860f1a148d8.tar.gz llvm-7aaf5140929b00a2acc9d2619c806860f1a148d8.tar.bz2 |
[llvm-symbolizer] Introduce the -dsym-hint option.
llvm-symbolizer will consult one of the .dSYM paths passed via -dsym-hint
if it fails to find the .dSYM bundle at the default location.
llvm-svn: 220004
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index ce2d9c0..96720e6 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -92,6 +92,13 @@ OPTIONS input (see example above). If architecture is not specified in either way, address will not be symbolized. Defaults to empty string. +.. option:: -dsym-hint=<path/to/file.dSYM> + + (Darwin-only flag). If the debug info for a binary isn't present in the default + location, look for the debug info at the .dSYM path provided via the + ``-dsym-hint`` flag. This flag can be used multiple times. + + EXIT STATUS ----------- |