]> granicus.if.org Git - clang/commitdiff
Add missing dependency to unbreak the CMake build
authorDouglas Gregor <dgregor@apple.com>
Wed, 1 Feb 2012 19:53:01 +0000 (19:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 1 Feb 2012 19:53:01 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149531 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CMakeLists.txt

index 28e96a33fa62b4b640e1d66589333dfb27e6f220..7b1dbce1a85e8adae250575d073bfe538497df9e 100644 (file)
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   instrumentation
   ipo
   linker
+  vectorize
   )
 
 set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)