[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.
authorMartin Storsjo <martin@martin.st>
Sat, 28 Sep 2019 09:33:44 +0000 (09:33 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 28 Sep 2019 09:33:44 +0000 (09:33 +0000)
commitc20fd856d92f7f83d3568a3d8e27eea2cce8f946
tree648b3ff66b60353fa36bcb8d51fd3d16b3bcd79b
parent7d62e480b5c7f6c8ef8e41cbf9f22c025d7aea73
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.

If there's any testcases that only do demangling (I didn't find any),
they could be made available for all platforms now.

Differential Revision: https://reviews.llvm.org/D68134

llvm-svn: 373144
lldb/source/Core/Mangled.cpp