From: Matt Arsenault Date: Tue, 17 Jan 2017 05:47:03 +0000 (+0000) Subject: llc: Update link components X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b76c990ba7ce9575c6655c4105e279244216b68;p=llvm llc: Update link components git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292198 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt index 5a98122a233..4f8181a1b65 100644 --- a/tools/llc/CMakeLists.txt +++ b/tools/llc/CMakeLists.txt @@ -12,6 +12,7 @@ set(LLVM_LINK_COMPONENTS Support Target TransformUtils + Vectorize ) # Support plugins.