[llvm-symbolizer] Add -print-address option
[oota-llvm.git] / docs / CommandGuide / llvm-symbolizer.rst
index ce2d9c00435302a70afa30cd23d24a1de9c96fae..9d6571d5c4c2a954c6dfb7b4adcad347670d4b2c 100644 (file)
@@ -92,6 +92,15 @@ 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.
+
+.. option:: -print-address
+ Print address before the source code location. Defaults to false.
+
 EXIT STATUS
 -----------