OSDN Git Service

[VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS
authorHeejin Ahn <aheejin@gmail.com>
Mon, 18 Jun 2018 23:51:16 +0000 (23:51 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Mon, 18 Jun 2018 23:51:16 +0000 (23:51 +0000)
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

unittests/Transforms/Vectorize/CMakeLists.txt

index 0957a17..4f2b8e9 100644 (file)
@@ -1,4 +1,6 @@
 set(LLVM_LINK_COMPONENTS
+  Analysis
+  Core
   Vectorize
   AsmParser
   )