[PATCH] D15729: Load compiler plugins in ASTUnit, too
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 30 06:26:21 PDT 2016
bkramer added a comment.
If we really want to go down this route we should drop the exports file, putting random symbols in there is not going to fly. I'm not sure what that would break for libclang users though.
Also make sure that your building without BUILD_SHARED_LIBS, otherwise you'll get a very distorted view of how libclang works.
http://reviews.llvm.org/D15729
More information about the cfe-commits
mailing list