<div dir="ltr">Hi,<div><br></div><div>We have a demangler for the Itanium ABI, but looks like we don't have one for the MSVC-style symbols. Is there any good demangler we can import to LLVM?</div><div><br></div><div>If there's no suitable demangler, I'd like to write one. Currently, we are using `UnDecorateSymbolName` function, but the function is available only on Windows (which is problematic when you are doing a cross-build), and the function is not thread-safe. These two seem to be an enough reason to have our own demanler.</div><div><br></div><div>Rui</div></div>