1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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
This commit is contained in:
Heejin Ahn 2018-06-18 23:51:16 +00:00
parent ac08d12bde
commit 5535b2dd07

View File

@ -1,4 +1,6 @@
set(LLVM_LINK_COMPONENTS
Analysis
Core
Vectorize
AsmParser
)