[PATCH] D67877: [analyzer] Conditionnaly include clang Analysis examples with cmake.
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 28 05:59:25 PDT 2019
aaronpuchert added a comment.
In D67877#1686961 <https://reviews.llvm.org/D67877#1686961>, @Jiboo wrote:
> @Szelethus could you confirm that thus examples shouldn't be built when CLANG_BUILD_EXAMPLES is OFF, and that this patch is still valid?
The problem is that `CLANG_BUILD_EXAMPLES` is off by default. Maybe we want to build these plugins by default though to make sure there are no compiler errors. Since their compilation shouldn't take a lot of time, I think that is a reasonable position to assume.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67877/new/
https://reviews.llvm.org/D67877
More information about the cfe-commits
mailing list