[clang-tools-extra] 97b6c92 - [include-cleaner] Add missing deps from unittests

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 29 04:08:34 PDT 2022


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


        


More information about the cfe-commits mailing list