[PATCH] D48300: [VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 15:14:38 PDT 2018
aheejin created this revision.
aheejin added a reviewer: fhahn.
Herald added subscribers: llvm-commits, rogfer01, rkruppe, tschuett, bollu, mgorny.
Without these, build with `-DSHARED_LIB=ON` fails.
Repository:
rL LLVM
https://reviews.llvm.org/D48300
Files:
unittests/Transforms/Vectorize/CMakeLists.txt
Index: unittests/Transforms/Vectorize/CMakeLists.txt
===================================================================
--- unittests/Transforms/Vectorize/CMakeLists.txt
+++ unittests/Transforms/Vectorize/CMakeLists.txt
@@ -1,4 +1,6 @@
set(LLVM_LINK_COMPONENTS
+ Analysis
+ Core
Vectorize
AsmParser
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48300.151804.patch
Type: text/x-patch
Size: 314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/5a754e60/attachment.bin>
More information about the llvm-commits
mailing list