Author: Vassil Vassilev
Date: 2021-05-13T10:32:08Z
New Revision: 4624412367f9b591fe90ecec8feed7209cd222ac

URL: 
https://github.com/llvm/llvm-project/commit/4624412367f9b591fe90ecec8feed7209cd222ac
DIFF: 
https://github.com/llvm/llvm-project/commit/4624412367f9b591fe90ecec8feed7209cd222ac.diff

LOG: [clang-repl] Fix ClangReplInterpreterTests unittest dependency.

Added: 
    

Modified: 
    clang/unittests/Interpreter/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Interpreter/CMakeLists.txt 
b/clang/unittests/Interpreter/CMakeLists.txt
index b0def94382a6c..ec5e62b989ccf 100644
--- a/clang/unittests/Interpreter/CMakeLists.txt
+++ b/clang/unittests/Interpreter/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
   )
 
 add_clang_unittest(ClangReplInterpreterTests
@@ -6,6 +7,8 @@ add_clang_unittest(ClangReplInterpreterTests
   InterpreterTest.cpp
   )
 target_link_libraries(ClangReplInterpreterTests PUBLIC
+  clangAST
+  clangBasic
   clangInterpreter
   clangFrontend
   )


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to