[cfe-commits] r144310 - /cfe/trunk/lib/CodeGen/CMakeLists.txt
    Eli Friedman 
    eli.friedman at gmail.com
       
    Thu Nov 10 12:07:09 PST 2011
    
    
  
Author: efriedma
Date: Thu Nov 10 14:07:09 2011
New Revision: 144310
URL: http://llvm.org/viewvc/llvm-project?rev=144310&view=rev
Log:
Add missing dependency for shared library build to CMakeLists.  Patch by Johannes Obermayr.
Modified:
    cfe/trunk/lib/CodeGen/CMakeLists.txt
Modified: cfe/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CMakeLists.txt?rev=144310&r1=144309&r2=144310&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt Thu Nov 10 14:07:09 2011
@@ -4,6 +4,7 @@
   bitwriter
   instrumentation
   ipo
+  linker
   )
 
 set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)
    
    
More information about the cfe-commits
mailing list