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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits