[PATCH] D15729: Load compiler plugins in ASTUnit, too

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 15 06:13:01 PDT 2016


bkramer accepted this revision.
bkramer added a comment.

This looks good, thanks for the patch. When this goes in please watch the windows buildbots as plugin support on windows is somewhat broken and we may have to disable tests there.

Also, while this is a strict improvement and should go in I'm not so sure that it solves the "plugins in libclang" issue. I couldn't get it to work even with this patch due to the way we build libclang in Release mode.


http://reviews.llvm.org/D15729





More information about the cfe-commits mailing list