mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
454c3997b4
commit
36fcfaf54e
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
|
@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
MCJIT
|
||||
Object
|
||||
OrcJIT
|
||||
RuntimeDyld
|
||||
SelectionDAG
|
||||
Support
|
||||
native
|
||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
ExecutionEngine
|
||||
Interpreter
|
||||
MC
|
||||
RuntimeDyld
|
||||
Support
|
||||
)
|
||||
|
||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
IPO
|
||||
MC
|
||||
MCJIT
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
Support
|
||||
Target
|
||||
|
Loading…
Reference in New Issue
Block a user