diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index 2e69a20442c..afd94483a42 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -91,7 +91,7 @@ OPTIONS Don't print demangled function names. -.. option:: -inlining +.. option:: -inlining, -inlines, -i If a source code location is in an inlined function, prints all the inlnied frames. Defaults to true. |