Author: Simon Pilgrim
Date: 2023-08-05T17:13:08+01:00
New Revision: 36daf3532d91bb3e61d631edceea77ebb8417801

URL: 
https://github.com/llvm/llvm-project/commit/36daf3532d91bb3e61d631edceea77ebb8417801
DIFF: 
https://github.com/llvm/llvm-project/commit/36daf3532d91bb3e61d631edceea77ebb8417801.diff

LOG: Add missing clangSerialization dependency for include-cleaner 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 89b55f4c7b1907..1e89534b511161 100644
--- a/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
+++ b/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
@@ -25,6 +25,7 @@ clang_target_link_libraries(ClangIncludeCleanerTests
   clangFrontend
   clangFormat
   clangLex
+  clangSerialization
   clangToolingInclusionsStdlib
   )
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to