r241660 - [CMake] Fill up required libs, corresponding to r241653.

NAKAMURA Takumi geek4civic at gmail.com
Tue Jul 7 19:06:21 PDT 2015


Author: chapuni
Date: Tue Jul  7 21:06:21 2015
New Revision: 241660

URL: http://llvm.org/viewvc/llvm-project?rev=241660&view=rev
Log:
[CMake] Fill up required libs, corresponding to r241653.

Modified:
    cfe/trunk/lib/CodeGen/CMakeLists.txt
    cfe/trunk/tools/driver/CMakeLists.txt

Modified: cfe/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CMakeLists.txt?rev=241660&r1=241659&r2=241660&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt Tue Jul  7 21:06:21 2015
@@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
   Linker
   MC
   ObjCARCOpts
+  Object
   ProfileData
   ScalarOpts
   Support

Modified: cfe/trunk/tools/driver/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/CMakeLists.txt?rev=241660&r1=241659&r2=241660&view=diff
==============================================================================
--- cfe/trunk/tools/driver/CMakeLists.txt (original)
+++ cfe/trunk/tools/driver/CMakeLists.txt Tue Jul  7 21:06:21 2015
@@ -33,6 +33,7 @@ add_clang_executable(clang
 
 target_link_libraries(clang
   clangBasic
+  clangCodeGen
   clangDriver
   clangFrontend
   clangFrontendTool





More information about the cfe-commits mailing list