projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b993d7
)
[VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS
author
Heejin Ahn
<aheejin@gmail.com>
Mon, 18 Jun 2018 23:51:16 +0000
(23:51 +0000)
committer
Heejin 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
llvm-svn: 334997
llvm/unittests/Transforms/Vectorize/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/unittests/Transforms/Vectorize/CMakeLists.txt
b/llvm/unittests/Transforms/Vectorize/CMakeLists.txt
index 0957a17025f2742545672cb643ddf0016b98f739..4f2b8e9a139cf3dc697b954a208ad385894538f1 100644
(file)
--- a/
llvm/unittests/Transforms/Vectorize/CMakeLists.txt
+++ b/
llvm/unittests/Transforms/Vectorize/CMakeLists.txt
@@
-1,4
+1,6
@@
set(LLVM_LINK_COMPONENTS
+ Analysis
+ Core
Vectorize
AsmParser
)