Skip to content

Commit 56e1271

Browse files
committedJun 18, 2018
[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
1 parent 7b993d7 commit 56e1271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎llvm/unittests/Transforms/Vectorize/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
set(LLVM_LINK_COMPONENTS
2+
Analysis
3+
Core
24
Vectorize
35
AsmParser
46
)

0 commit comments

Comments
 (0)
Please sign in to comment.