[PATCH] D119199: replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in tests
Cristian Adam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 8 04:45:42 PST 2022
cristian.adam requested changes to this revision.
cristian.adam added a comment.
This revision now requires changes to proceed.
This patch is having problems on Windows with MSVC 2019 and `-D LLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON` and `-D "LLVM_ENABLE_PROJECTS=clang;clang-tools-extra"`.
CMake doesn't configure the project.
-- Clang version: 14.0.0
-- SampleAnalyzerPlugin ignored -- Loadable modules not supported on this platform.
CMake Error at C:/Projects/llvm-project/repo/clang/cmake/modules/AddClang.cmake:185 (target_link_libraries):
Utility target "SampleAnalyzerPlugin" must not be used as the target of a
target_link_libraries call.
Call Stack (most recent call first):
C:/Projects/llvm-project/repo/clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt:8 (clang_target_link_libraries)
-- CheckerDependencyHandlingAnalyzerPlugin ignored -- Loadable modules not supported on this platform.
CMake Error at C:/Projects/llvm-project/repo/clang/cmake/modules/AddClang.cmake:185 (target_link_libraries):
Utility target "CheckerDependencyHandlingAnalyzerPlugin" must not be used
as the target of a target_link_libraries call.
Call Stack (most recent call first):
C:/Projects/llvm-project/repo/clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt:8 (clang_target_link_libraries)
-- CheckerOptionHandlingAnalyzerPlugin ignored -- Loadable modules not supported on this platform.
CMake Error at C:/Projects/llvm-project/repo/clang/cmake/modules/AddClang.cmake:185 (target_link_libraries):
Utility target "CheckerOptionHandlingAnalyzerPlugin" must not be used as
the target of a target_link_libraries call.
Call Stack (most recent call first):
C:/Projects/llvm-project/repo/clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt:8 (clang_target_link_libraries)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119199/new/
https://reviews.llvm.org/D119199
More information about the cfe-commits
mailing list