aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-01 19:53:01 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-01 19:53:01 +0000
commita28c1df2ccc414b72df1238ea24bcfb40a730e81 (patch)
tree65cf63847376d8ae8337101d1887a7d3197f82c9 /lib/CodeGen
parentdccaa239ec125926a9c1fb5f328bce349e41637b (diff)
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
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)