From: Douglas Gregor Date: Wed, 1 Feb 2012 19:53:01 +0000 (+0000) Subject: Add missing dependency to unbreak the CMake build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a28c1df2ccc414b72df1238ea24bcfb40a730e81;p=clang Add missing dependency to unbreak the CMake build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 28e96a33fa..7b1dbce1a8 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS instrumentation ipo linker + vectorize ) set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)