Author: Jan Svoboda
Date: 2021-07-27T11:09:45+02:00
New Revision: 5bcbb5ec5f07e4ab0ec8f8941bb4a98cab44d169

URL: 
https://github.com/llvm/llvm-project/commit/5bcbb5ec5f07e4ab0ec8f8941bb4a98cab44d169
DIFF: 
https://github.com/llvm/llvm-project/commit/5bcbb5ec5f07e4ab0ec8f8941bb4a98cab44d169.diff

LOG: [clang][tooling] Link clangDriver to ToolingTests

This fixes a build failure introduced in 
11ee699b3c812ebe56ce5d3b14ab7ef16c1e8495.

Added: 
    

Modified: 
    clang/unittests/Tooling/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Tooling/CMakeLists.txt 
b/clang/unittests/Tooling/CMakeLists.txt
index 01eb8d67dada..001d02636fa1 100644
--- a/clang/unittests/Tooling/CMakeLists.txt
+++ b/clang/unittests/Tooling/CMakeLists.txt
@@ -69,6 +69,7 @@ clang_target_link_libraries(ToolingTests
   clangASTMatchers
   clangBasic
   clangDependencyScanning
+  clangDriver
   clangFormat
   clangFrontend
   clangLex


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

Reply via email to