]> granicus.if.org Git - clang/commitdiff
[CMake] Update libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 14 Jul 2014 05:01:53 +0000 (05:01 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 14 Jul 2014 05:01:53 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CMakeLists.txt
lib/CodeGen/CMakeLists.txt

index a3cbe57b7ec8261f3accaa9e0a7ee74832270e53..9de4fe34ef5b210ce4fe1f75d89bd014449f8d5e 100644 (file)
@@ -31,4 +31,5 @@ add_clang_library(clangAnalysis
   LINK_LIBS
   clangAST
   clangBasic
+  clangLex
   )
index 822dd9fa2e5eb456ce9aacb3da9424b27260cd7e..00a87d87a2908a3d9cc6ed6296077b56b52d8a11 100644 (file)
@@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   Target
+  TransformUtils
   )
 
 add_clang_library(clangCodeGen