[PATCH] D109611: Fix CLANG_ENABLE_STATIC_ANALYZER=OFF building all analyzer source

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 14 05:18:04 PST 2022


hans added a comment.

I tried

  cmake -GNinja -DCLANG_ENABLE_STATIC_ANALYZER=OFF -DLLVM_ENABLE_PROJECTS="llvm;clang;clang-tools-extra" -DCLANG_ENABLE_ARCMT=OFF ../llvm

and verified that the breakage occurs at 6d7b3d6b3a8dbd62650b6c3dae1fe904a8ae9048 <https://reviews.llvm.org/rG6d7b3d6b3a8dbd62650b6c3dae1fe904a8ae9048>, doesn't occur on origin/main, but breaks again if I apply this patch on top of origin/main. So it seems nothing has changed. I also double checked that the error at 6d7b3d6b3a8dbd62650b6c3dae1fe904a8ae9048 <https://reviews.llvm.org/rG6d7b3d6b3a8dbd62650b6c3dae1fe904a8ae9048> happens both on my Linux and Windows box.


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