[all-commits] [llvm/llvm-project] 76cad5: replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_...
Jameson Nash via All-commits
all-commits at lists.llvm.org
Wed Feb 9 14:32:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76cad51ba700233d6e3492eddcbb466b6adbc2eb
https://github.com/llvm/llvm-project/commit/76cad51ba700233d6e3492eddcbb466b6adbc2eb
Author: Jameson Nash <vtjnash at gmail.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M clang-tools-extra/test/CMakeLists.txt
M clang-tools-extra/test/lit.site.cfg.py.in
M clang/CMakeLists.txt
M clang/examples/AnnotateFunctions/CMakeLists.txt
M clang/examples/Attribute/CMakeLists.txt
M clang/examples/CallSuperAttribute/CMakeLists.txt
M clang/examples/PluginsOrder/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/lib/Analysis/plugins/CMakeLists.txt
M clang/test/CMakeLists.txt
M clang/test/lit.site.cfg.py.in
M clang/tools/driver/CMakeLists.txt
Log Message:
-----------
replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in tests
Ensure CLANG_PLUGIN_SUPPORT is compatible with llvm_add_library.
Fixes an issue noted in D111100.
Differential Revision: https://reviews.llvm.org/D119199
More information about the All-commits
mailing list