[cfe-commits] r149531 - /cfe/trunk/lib/CodeGen/CMakeLists.txt

Douglas Gregor dgregor at apple.com
Wed Feb 1 11:53:01 PST 2012


Author: dgregor
Date: Wed Feb  1 13:53:01 2012
New Revision: 149531

URL: http://llvm.org/viewvc/llvm-project?rev=149531&view=rev
Log:
Add missing dependency to unbreak the CMake build

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=149531&r1=149530&r2=149531&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt Wed Feb  1 13:53:01 2012
@@ -5,6 +5,7 @@
   instrumentation
   ipo
   linker
+  vectorize
   )
 
 set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)





More information about the cfe-commits mailing list