[PATCH] D109611: Fix CLANG_ENABLE_STATIC_ANALYZER=OFF building all analyzer source
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 20 13:19:51 PDT 2021
thakis added a comment.
Thanks, reverted in 9197834535364efff505580ef940ad41cd293275 <https://reviews.llvm.org/rG9197834535364efff505580ef940ad41cd293275> for now.
Here's a shorter cmake invocation that repros it: `cmake -GNinja -DCLANG_ENABLE_STATIC_ANALYZER=OFF ../llvm-project/llvm '-DLLVM_ENABLE_PROJECTS=llvm;clang;clang-tools-extra' -DCLANG_ENABLE_ARCMT=OFF
(i.e. just turn off CLANG_ENABLE_STATIC_ANALYZER but keep CLANG_TIDY_ENABLE_STATIC_ANALYZER on.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109611/new/
https://reviews.llvm.org/D109611
More information about the cfe-commits
mailing list