[clang] 7b12d8b - [clang][Tests] Fix shared build. NFC
Michael Liao via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 09:24:28 PDT 2023
Author: Michael Liao
Date: 2023-10-12T12:24:18-04:00
New Revision: 7b12d8bf8a1ff1540e32345b045f813644708a71
URL: https://github.com/llvm/llvm-project/commit/7b12d8bf8a1ff1540e32345b045f813644708a71
DIFF: https://github.com/llvm/llvm-project/commit/7b12d8bf8a1ff1540e32345b045f813644708a71.diff
LOG: [clang][Tests] Fix shared build. NFC
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 e8d41091af40cda..8fa5c85064dbce5 100644
--- a/clang/unittests/AST/Interp/CMakeLists.txt
+++ b/clang/unittests/AST/Interp/CMakeLists.txt
@@ -5,7 +5,10 @@ add_clang_unittest(InterpTests
clang_target_link_libraries(InterpTests
PRIVATE
clangAST
+ clangASTMatchers
clangBasic
+ clangFrontend
+ clangSerialization
clangTooling
)
More information about the cfe-commits
mailing list