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)
commit4c33f7f2e302d1b54bac9ac05fc9bacb6743d26e
tree7f36ea7425f2a4340920d536ff5ae68acb91ef6d
parent28eae8f4e0fa4f5b7329a1255c2cf61b88901f33
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.

llvm-svn: 292706
llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp