[PATCH] D51174: Move Microsoft Demangler to Support

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 10:46:14 PDT 2018


zturner added a comment.

In https://reviews.llvm.org/D51174#1211241, @rnk wrote:

> Won't this make tablegen rebuild every time you change the demangler? Is that really necessary?


Sure, but that's kind of the cost of doing business with our monolithic approach to Support.  I've been making changes to Demangler a lot recently, but eventually it should get to the point where people rarely change anything.


https://reviews.llvm.org/D51174





More information about the llvm-commits mailing list