[PATCH] D29955: Allow externally dlopen-ed libraries to be registered as permanent libraries.

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 02:32:51 PST 2017


chapuni added a comment.

Reverted in r296463.

The module is loaded twice for clang static analyzer plugins.

- clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
- clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp

Please consider such a case, or tweak clang plugins.
FYI, clang's plugin test can be enabled with CLANG_BUILD_EXAMPLES=ON


https://reviews.llvm.org/D29955





More information about the llvm-commits mailing list