[Testing] Fix the shared build. NFC.
authorMichael Liao <michael.hliao@gmail.com>
Fri, 22 Apr 2022 06:45:56 +0000 (02:45 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Fri, 22 Apr 2022 06:46:54 +0000 (02:46 -0400)
clang/lib/Testing/CMakeLists.txt

index 68ed32b..49b6787 100644 (file)
@@ -16,8 +16,11 @@ add_llvm_library(clangTesting
 
 clang_target_link_libraries(clangTesting
   PRIVATE
+  clangAST
   clangBasic
   clangFrontend
+  clangLex
+  clangSerialization
   )
 
 target_link_libraries(clangTesting