From: Heejin Ahn Date: Mon, 18 Jun 2018 23:51:16 +0000 (+0000) Subject: [VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS X-Git-Tag: llvmorg-7.0.0-rc1~3474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56e1271020364c20246e4b563741c75690827b1f;p=platform%2Fupstream%2Fllvm.git [VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS Summary: Without these, build with `-DSHARED_LIB=ON` fails. Reviewers: dschuff Subscribers: mgorny, bollu, tschuett, rkruppe, rogfer01, llvm-commits Differential Revision: https://reviews.llvm.org/D48300 llvm-svn: 334997 --- diff --git a/llvm/unittests/Transforms/Vectorize/CMakeLists.txt b/llvm/unittests/Transforms/Vectorize/CMakeLists.txt index 0957a17..4f2b8e9 100644 --- a/llvm/unittests/Transforms/Vectorize/CMakeLists.txt +++ b/llvm/unittests/Transforms/Vectorize/CMakeLists.txt @@ -1,4 +1,6 @@ set(LLVM_LINK_COMPONENTS + Analysis + Core Vectorize AsmParser )