Author: Sam McCall Date: 2022-04-29T13:08:28+02:00 New Revision: 97b6c92dcd56937bc27de7c4c08381fc71c402e7
URL: https://github.com/llvm/llvm-project/commit/97b6c92dcd56937bc27de7c4c08381fc71c402e7 DIFF: https://github.com/llvm/llvm-project/commit/97b6c92dcd56937bc27de7c4c08381fc71c402e7.diff LOG: [include-cleaner] Add missing deps from unittests Added: Modified: clang-tools-extra/include-cleaner/unittests/CMakeLists.txt Removed: ################################################################################ diff --git a/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt b/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt index fe33c3bcd137..0cbbefcdd611 100644 --- a/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt +++ b/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt @@ -14,7 +14,9 @@ target_include_directories(ClangIncludeCleanerTests clang_target_link_libraries(ClangIncludeCleanerTests PRIVATE + clangAST clangBasic + clangFrontend ) target_link_libraries(ClangIncludeCleanerTests _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits