From: NAKAMURA Takumi Date: Mon, 14 Jul 2014 05:01:53 +0000 (+0000) Subject: [CMake] Update libdeps. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7904f8ca2912f6dff75776b284467887a004a006;p=clang [CMake] Update libdeps. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index a3cbe57b7e..9de4fe34ef 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -31,4 +31,5 @@ add_clang_library(clangAnalysis LINK_LIBS clangAST clangBasic + clangLex ) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 822dd9fa2e..00a87d87a2 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support Target + TransformUtils ) add_clang_library(clangCodeGen