mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Fix -DBUILD_SHARED_LIBS=ON build after rL362160
Differential Revision: https://reviews.llvm.org/D62709 llvm-svn: 362180
This commit is contained in:
parent
64b81fed53
commit
1dad184da2
@ -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
Block a user