[PATCH] D51174: Move Microsoft Demangler to Support

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 17:32:39 PDT 2018


thakis added a comment.

FWIW I'd like to use the new demangler in demumble [1], but if I need to pull in most of Support of it then I probably won't do that. I agree this shouldn't impact LLVM much (or at all), but having stand-alone-ish demangler code is probably nice for several other projects too. So since the itanium demangler is still in the other place and likely will stay there, maybe it's nice to keep the ms demangler next to it. (But as I said, don't weigh this feedback heavily.)

1: https://github.com/nico/demumble


https://reviews.llvm.org/D51174





More information about the llvm-commits mailing list