forked from OSchip/llvm-project
Fix -DBUILD_SHARED_LIBS=ON build after rL362160
Differential Revision: https://reviews.llvm.org/D62709 llvm-svn: 362180
This commit is contained in:
parent
0621a8f353
commit
9d21f510ee
|
@ -17,6 +17,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Object
|
||||
Passes
|
||||
ProfileData
|
||||
Remarks
|
||||
ScalarOpts
|
||||
Support
|
||||
Target
|
||||
|
|
|
@ -32,6 +32,7 @@ required_libraries =
|
|||
ObjCARC
|
||||
Object
|
||||
Passes
|
||||
Remarks
|
||||
Scalar
|
||||
Support
|
||||
Target
|
||||
|
|
|
@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
IRReader
|
||||
MC
|
||||
MIRParser
|
||||
Remarks
|
||||
ScalarOpts
|
||||
SelectionDAG
|
||||
Support
|
||||
|
|
|
@ -15,6 +15,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Instrumentation
|
||||
MC
|
||||
ObjCARCOpts
|
||||
Remarks
|
||||
ScalarOpts
|
||||
Support
|
||||
Target
|
||||
|
|
Loading…
Reference in New Issue