Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git] / llvm / docs / CommandGuide / llvm-addr2line.rst
blob4f5881dc8e897ceba75d7073a7e2bac2b625b3a8
1 llvm-addr2line - a drop-in replacement for addr2line
2 ====================================================
4 .. program:: llvm-addr2line
6 SYNOPSIS
7 --------
9 :program:`llvm-addr2line` [*options*]
11 DESCRIPTION
12 -----------
14 :program:`llvm-addr2line` is an alias for the :manpage:`llvm-symbolizer(1)`
15 tool with different defaults. The goal is to make it a drop-in replacement for
16 GNU's :program:`addr2line`.
18 Here are some of those differences:
20 -  Defaults not to print function names. Use `-f`_ to enable that.
22 -  Defaults not to demangle function names. Use `-C`_ to switch the
23    demangling on.
25 -  Defaults not to print inlined frames. Use `-i`_ to show inlined
26    frames for a source code location in an inlined function.
28 -  Uses `--output-style=GNU`_ by default.
30 -  Parses options from the environment variable ``LLVM_ADDR2LINE_OPTS``.
32 SEE ALSO
33 --------
35 :manpage:`llvm-symbolizer(1)`
37 .. _-f: llvm-symbolizer.html#llvm-symbolizer-opt-f
38 .. _-C: llvm-symbolizer.html#llvm-symbolizer-opt-c
39 .. _-i: llvm-symbolizer.html#llvm-symbolizer-opt-i
40 .. _--output-style=GNU: llvm-symbolizer.html#llvm-symbolizer-opt-output-style