mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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
|
ExecutionEngine
|
||||||
InstCombine
|
InstCombine
|
||||||
MCJIT
|
MCJIT
|
||||||
|
RuntimeDyld
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
TransformUtils
|
TransformUtils
|
||||||
|
@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
MCJIT
|
MCJIT
|
||||||
Object
|
Object
|
||||||
OrcJIT
|
OrcJIT
|
||||||
|
RuntimeDyld
|
||||||
SelectionDAG
|
SelectionDAG
|
||||||
Support
|
Support
|
||||||
native
|
native
|
||||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
Interpreter
|
Interpreter
|
||||||
MC
|
MC
|
||||||
|
RuntimeDyld
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
IPO
|
IPO
|
||||||
MC
|
MC
|
||||||
MCJIT
|
MCJIT
|
||||||
|
RuntimeDyld
|
||||||
ScalarOpts
|
ScalarOpts
|
||||||
Support
|
Support
|
||||||
Target
|
Target
|
||||||
|
Loading…
Reference in New Issue
Block a user