summaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-10-11 04:20:19 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-10-11 04:20:19 +0000
commite5d80cd81b52e9a857f0f470945ab3acc9dceea8 (patch)
treeced186d08598bcd1f85f5dec5c3b66a0cd6445c1 /unittests
parent853872e514a3c0e39ba03dfc441e322887186dc1 (diff)
ClangCodeGenTests: Update libdeps in rL315392, +clangAST.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/CodeGen/CMakeLists.txt b/unittests/CodeGen/CMakeLists.txt
index 74ab2a7f18..be9807f4bf 100644
--- a/unittests/CodeGen/CMakeLists.txt
+++ b/unittests/CodeGen/CMakeLists.txt
@@ -10,6 +10,7 @@ add_clang_unittest(ClangCodeGenTests
)
target_link_libraries(ClangCodeGenTests
+ clangAST
clangBasic
clangCodeGen
clangFrontend