]> granicus.if.org Git - llvm/commit
llvm-cxxfilt: support the `-s` option
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 21 Jan 2017 02:36:26 +0000 (02:36 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 21 Jan 2017 02:36:26 +0000 (02:36 +0000)
commit5e8f18007b664a935e813ef05d2833681a162ecf
tree8b5f8a0975a2049f0ba4ba7b2666dadbfb9ca3bc
parent5fe20f64f3f89254249a71743297cb2020b34f52
llvm-cxxfilt: support the `-s` option

This is a stub implementation of the `-s` or `--format` option that
allows the user to specify the demangling style.  Since we only support
the Itanium (GNU) style demangling, auto is synonymous with `gnu`.
Simply swallow the option to permit some level of commandline
compatibility.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292706 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cxxfilt/llvm-cxxfilt.cpp