[cfe-dev] [analyzer] Failure to register checkers when multiple plugins are loaded

Julian Ganz via cfe-dev cfe-dev at lists.llvm.org
Sun May 13 23:14:35 PDT 2018


Hello George,
Hello List,

> Loading multiple plugins should definitely be supported, could you give a bit more details on the error you get?
Thanks for your reply. It turned out that the problem was me being stupid. I forgot to make the initialization function static, resulting in its symbol being exported. Since I used the same name in both modules, only one was called (twice, however) in the end.

Regards,
Julian Ganz



More information about the cfe-dev mailing list