I use LLVM on windows and I wonder if there is a command line tool to demangle MSVC C++ mangling. I am talking about command line tool like llvm-cxxfilt.
I see some commits in LLVM, but not sure if those are exposed as some tool or it is just C++ API.
I tried looking for llvm-undname mentioned in those commits in my LLVM install folder, but found nothing.