forked from OSchip/llvm-project
added shared library to fix buildbot
Summary: added shared library to fix buildbot Subscribers: mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D49895 llvm-svn: 338091
This commit is contained in:
parent
f7bc550223
commit
be97297545
|
@ -1,7 +1,9 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Analysis
|
||||
CodeGen
|
||||
Core
|
||||
ExecutionEngine
|
||||
IPO
|
||||
IRReader
|
||||
MC
|
||||
MCJIT
|
||||
|
|
Loading…
Reference in New Issue