r315428 - ClangCodeGenTests: Update libdeps in rL315392, +clangAST.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 10 21:20:20 PDT 2017
Author: chapuni
Date: Tue Oct 10 21:20:19 2017
New Revision: 315428
URL: http://llvm.org/viewvc/llvm-project?rev=315428&view=rev
Log:
ClangCodeGenTests: Update libdeps in rL315392, +clangAST.
Modified:
cfe/trunk/unittests/CodeGen/CMakeLists.txt
Modified: cfe/trunk/unittests/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/CodeGen/CMakeLists.txt?rev=315428&r1=315427&r2=315428&view=diff
==============================================================================
--- cfe/trunk/unittests/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/unittests/CodeGen/CMakeLists.txt Tue Oct 10 21:20:19 2017
@@ -10,6 +10,7 @@ add_clang_unittest(ClangCodeGenTests
)
target_link_libraries(ClangCodeGenTests
+ clangAST
clangBasic
clangCodeGen
clangFrontend
More information about the cfe-commits
mailing list