Skip to content

Commit 036aeac

Browse files
committed
[Testing] Fix the shared build. NFC.
1 parent 7898c79 commit 036aeac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/lib/Testing/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ add_llvm_library(clangTesting
1616

1717
clang_target_link_libraries(clangTesting
1818
PRIVATE
19+
clangAST
1920
clangBasic
2021
clangFrontend
22+
clangLex
23+
clangSerialization
2124
)
2225

2326
target_link_libraries(clangTesting

0 commit comments

Comments
 (0)