[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 16:55:53 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334997: [VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS (authored by aheejin, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D48300

Files:
  llvm/trunk/unittests/Transforms/Vectorize/CMakeLists.txt


Index: llvm/trunk/unittests/Transforms/Vectorize/CMakeLists.txt
===================================================================
--- llvm/trunk/unittests/Transforms/Vectorize/CMakeLists.txt
+++ llvm/trunk/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.151824.patch
Type: text/x-patch
Size: 347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/123e8662/attachment.bin>


More information about the llvm-commits mailing list