[PATCH] D62873: Avoid building analyzer plugins if CLANG_ENABLE_STATIC_ANALYZER is OFF
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 16:18:48 PDT 2019
Szelethus added inline comments.
================
Comment at: lib/Analysis/plugins/CMakeLists.txt:1
-if(LLVM_ENABLE_PLUGINS)
+if(LLVM_ENABLE_PLUGINS AND CLANG_ENABLE_STATIC_ANALYZER)
add_subdirectory(SampleAnalyzer)
----------------
Is this file a thing? `lib/Analysis/plugins/CMakeLists.txt`? I can't seem to find it anywhere.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62873/new/
https://reviews.llvm.org/D62873
More information about the cfe-commits
mailing list