mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[ORC] Add dependence of OrcJIT on OrcTargetProcess.
The SelfTargetProcessControl class depends on OrcTargetProcess.
This commit is contained in:
parent
80be457407
commit
5f751300a8
@ -21,5 +21,6 @@ subdirectories = Shared TargetProcess
|
|||||||
type = Library
|
type = Library
|
||||||
name = OrcJIT
|
name = OrcJIT
|
||||||
parent = ExecutionEngine
|
parent = ExecutionEngine
|
||||||
required_libraries = Core ExecutionEngine JITLink Object OrcShared MC Passes
|
required_libraries = Core ExecutionEngine JITLink Object OrcShared
|
||||||
RuntimeDyld Support Target TransformUtils
|
OrcTargetProcess MC Passes RuntimeDyld Support Target
|
||||||
|
TransformUtils
|
||||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Object
|
Object
|
||||||
OrcJIT
|
OrcJIT
|
||||||
OrcShared
|
OrcShared
|
||||||
|
OrcTargetProcess
|
||||||
Passes
|
Passes
|
||||||
RuntimeDyld
|
RuntimeDyld
|
||||||
Support
|
Support
|
||||||
|
Loading…
Reference in New Issue
Block a user