[PATCH] D21385: Adjust Registry interface to not require plugins to export a registry

John Brawn via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 05:37:43 PDT 2016


john.brawn added a comment.

In http://reviews.llvm.org/D21385#473163, @Ilod wrote:

> The PrintFunctionNames plugin works fine, but not the SampleAnalyzerPlugin? The checker-plugins test fails.


Argh, I hadn't noticed that the plugin tests depend on the 'plugins' feature, and lit.cfg sets that based only based on BUILD_SHARED_LIBS, so I've accidentally been failing to run the tests. Thanks for noticing this.


Repository:
  rL LLVM

http://reviews.llvm.org/D21385





More information about the llvm-commits mailing list