Skip to content

Commit 28e3552

Browse files
committed
[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.
1 parent b9bc1ce commit 28e3552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/AST/Interp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ clang_target_link_libraries(InterpTests
66
PRIVATE
77
clangAST
88
clangBasic
9+
clangTooling
910
)
1011

1112
target_link_libraries(InterpTests

0 commit comments

Comments
 (0)