mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-16 02:16:23 +00:00

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
12 lines
145 B
CMake
12 lines
145 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
Vectorize
|
|
AsmParser
|
|
)
|
|
|
|
add_llvm_unittest(VectorizeTests
|
|
VPlanTest.cpp
|
|
VPlanHCFGTest.cpp
|
|
)
|