[PATCH] D51174: Move Microsoft Demangler to Support

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 10:52:55 PDT 2018


rnk added a comment.

I guess I don't like this change because it makes our demanglers, which should ideally be super standalone, no STL usage code, more entangled with the rest of LLVM. It would be nice if, for example, we could compile this code into sanitizer libraries. Today we have a solution (llvm-symbolizer) that essentially pushes the symbolization work out of process into LLVM code, but you can imagine wanting to have a complete in-library solution.


https://reviews.llvm.org/D51174





More information about the llvm-commits mailing list