[PATCH] D59464: [analyzer] Add an example plugin for checker dependency handling
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 15:41:10 PDT 2019
phosek added inline comments.
================
Comment at: cfe/trunk/test/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt:4
+
+if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
+ target_link_libraries(CheckerDependencyHandlingAnalyzerPlugin PRIVATE
----------------
Szelethus wrote:
> Szelethus wrote:
> > ```
> > if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN OR FUCHSIA))
> > ```
> (the `FUCHSIA` is a placeholder here, not sure if we have a variable for it)
I don't think that's the problem, the build is failing when compiling Clang for Linux, not for Fuchsia.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59464/new/
https://reviews.llvm.org/D59464
More information about the llvm-commits
mailing list