[PATCH] D51174: Move Microsoft Demangler to Support

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 17:38:29 PDT 2018


zturner added a subscriber: chandlerc.
zturner added a comment.

What if we produced a .lib file that had only the minimal set of object
files needed to link this, and make MicrosoftDemangle.h not include other
llvm headers, then you could just link against that object file and it
should be effectively independent.

Would that work?


https://reviews.llvm.org/D51174





More information about the llvm-commits mailing list