Heejin Ahn a800b89679 [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334997 91177308-0d34-0410-b5e6-96231b3b80d8
2018-06-18 23:51:16 +00:00

12 lines
145 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
Vectorize
AsmParser
)
add_llvm_unittest(VectorizeTests
VPlanTest.cpp
VPlanHCFGTest.cpp
)