[PATCH] D51174: Move Microsoft Demangler to Support

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


rnk 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?


I guess that's not a concern. I forgot I had to go look in LLVMBuild.txt to see an LLVM libraries dependencies, not CMakeLists.txt like usual. =p


https://reviews.llvm.org/D51174





More information about the llvm-commits mailing list