diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-config.rst | 5 | ||||
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-cxxfilt.rst | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-config.rst b/llvm/docs/CommandGuide/llvm-config.rst index 63658d0..1c5c9c7 100644 --- a/llvm/docs/CommandGuide/llvm-config.rst +++ b/llvm/docs/CommandGuide/llvm-config.rst @@ -126,6 +126,11 @@ OPTIONS Print the installation prefix for LLVM. +**--quote-paths** + + Quote and escape paths when needed, most notably when a quote, space, backslash + or dollar sign characters are present in the path. + **--shared-mode** Print how the provided components can be collectively linked (`shared` or `static`). diff --git a/llvm/docs/CommandGuide/llvm-cxxfilt.rst b/llvm/docs/CommandGuide/llvm-cxxfilt.rst index 8c61ced..8e509ce 100644 --- a/llvm/docs/CommandGuide/llvm-cxxfilt.rst +++ b/llvm/docs/CommandGuide/llvm-cxxfilt.rst @@ -54,8 +54,7 @@ OPTIONS .. option:: --no-strip-underscore, -n - Do not strip a leading underscore. This is the default for all platforms - except Mach-O based hosts. + Do not strip a leading underscore. This is the default for all platforms. .. option:: --quote @@ -64,7 +63,7 @@ OPTIONS .. option:: --strip-underscore, -_ Strip a single leading underscore, if present, from each input name before - demangling. On by default on Mach-O based platforms. + demangling. .. option:: --types, -t |
