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

2016-03-31 Thread Stefan Kemnitz via cfe-commits
realincubus added a comment. would it be possible to add some cmake flag that would allow the user to choose whether to respect the libclang.exports file or not ? http://reviews.llvm.org/D15729 ___ cfe-commits mailing list cfe-commits@lists.llvm.or

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

2016-03-30 Thread Stefan Kemnitz via cfe-commits
realincubus added a comment. @bkramer I can verify that after building this with clang 3.9 in release mode it does not work anymore like expected. everything is fine in debug mode if i look at the output generated from llvm::sys::DynamicLibrary::LoadLibraryPermanently in 1761 CompilerInstanc

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

2016-01-15 Thread Stefan Kemnitz via cfe-commits
realincubus added a comment. ok after i checked out a recent version of clang and applied the patch http://reviews.llvm.org/D15729 i can verify, that one does not have to add the symbols to the libclang.exports file. i believe the plugin mechanism was changed between the first version of my pl

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

2016-01-12 Thread Stefan Kemnitz via cfe-commits
realincubus added a comment. Hi. I am finally back at work and happy to see that some effort already went into the patch that i initially wrote some time ago (http://reviews.llvm.org/D5611) I just looked through the files of the new patch and noticed that the libclang.exports file is missing.