summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-symbolizer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-symbolizer.rst')
-rw-r--r--docs/CommandGuide/llvm-symbolizer.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst
index ce2d9c004353..96720e633f2f 100644
--- a/docs/CommandGuide/llvm-symbolizer.rst
+++ b/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
-----------