diff options
Diffstat (limited to 'llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp')
-rw-r--r-- | llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp b/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp index eb84c3e8306..9ac8bcf0ff0 100644 --- a/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp +++ b/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp @@ -52,6 +52,9 @@ static cl::alias TypesShort("t", cl::desc("alias for --types"), static cl::list<std::string> Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); +static cl::extrahelp + HelpResponse("\nPass @FILE as argument to read options from FILE.\n"); + static std::string demangle(llvm::raw_ostream &OS, const std::string &Mangled) { int Status; |