[clang] 28e3552 - [clang][Tests] Add clangTooling dep to Interp unittest

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 04:17:17 PDT 2023


Author: Timm Bäder
Date: 2023-10-12T13:17:06+02:00
New Revision: 28e3552e3ebf12ece3dfc69d707e7c60e21cdc36

URL: https://github.com/llvm/llvm-project/commit/28e3552e3ebf12ece3dfc69d707e7c60e21cdc36
DIFF: https://github.com/llvm/llvm-project/commit/28e3552e3ebf12ece3dfc69d707e7c60e21cdc36.diff

LOG: [clang][Tests] Add clangTooling dep to Interp unittest

This broke builders, e.g.:

https://lab.llvm.org/buildbot/#/builders/139/builds/51404

Let's see if this works better.

Added: 
    

Modified: 
    clang/unittests/AST/Interp/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/unittests/AST/Interp/CMakeLists.txt b/clang/unittests/AST/Interp/CMakeLists.txt
index afa571576a60e59..e8d41091af40cda 100644
--- a/clang/unittests/AST/Interp/CMakeLists.txt
+++ b/clang/unittests/AST/Interp/CMakeLists.txt
@@ -6,6 +6,7 @@ clang_target_link_libraries(InterpTests
   PRIVATE
   clangAST
   clangBasic
+  clangTooling
   )
 
   target_link_libraries(InterpTests


        


More information about the cfe-commits mailing list