[PATCH] D119591: clang-analyzer plugins require LLVM_ENABLE_PLUGINS also

Jameson Nash via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 14 10:23:49 PST 2022


vtjnash added a comment.

We are not going to start exporting plugin support if the user explicitly disabled it with CLANG_PLUGIN_SUPPORT=OFF, but why is it trying to read that directory at all, when it should be disallowed by this PR unless CLANG_PLUGIN_SUPPORT=ON


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119591/new/

https://reviews.llvm.org/D119591



More information about the cfe-commits mailing list