1
0
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:
Sam Clegg 2019-05-31 01:04:00 +00:00
parent 64b81fed53
commit 1dad184da2
3 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ required_libraries =
ObjCARC
Object
Passes
Remarks
Scalar
Support
Target

View File

@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS
IRReader
MC
MIRParser
Remarks
ScalarOpts
SelectionDAG
Support

View File

@ -15,6 +15,7 @@ set(LLVM_LINK_COMPONENTS
Instrumentation
MC
ObjCARCOpts
Remarks
ScalarOpts
Support
Target