[CMake] Upate libdeps in FrontendTests corresponding to r215145.

llvm-svn: 215177
This commit is contained in:
NAKAMURA Takumi 2014-08-08 01:26:23 +00:00
parent 671dff1e49
commit fb8654a881
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ add_clang_unittest(FrontendTests
target_link_libraries(FrontendTests target_link_libraries(FrontendTests
clangAST clangAST
clangFrontend clangFrontend
clangLex
) )