llvm-cxxfilt wasn't correctly demangle COFF import thunk in those two
cases before:
- demangle in split mode (multiple words from commandline)
- the import thunk prefix was added no matter the later part of the
string can be demangled or not
Now llvm-cxxfilt should handle both case correctly.
I'm not sure what this string is trying to say? If demangling fails, then it doesn't demangle, it just prints the original string.
Also minor nit for consistency with tests that use '#' at the start of RUN and CHECK lines: many of the newer tests for the LLVM binutils use '##' for comments to make them stand out, please use that here.