[PATCH] D25429: [analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 01:13:28 PDT 2016


xazax.hun added a comment.

I might be confused, but as far as I remember, when you do static linking, symbols tend to be linked in lazily. So as long as you do not use the matchers, those numbers might be misleading.


https://reviews.llvm.org/D25429





More information about the cfe-commits mailing list