[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:
NAKAMURA Takumi 2015-02-16 02:13:30 +00:00
parent 454c3997b4
commit 36fcfaf54e
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine ExecutionEngine
InstCombine InstCombine
MCJIT MCJIT
RuntimeDyld
ScalarOpts ScalarOpts
Support Support
TransformUtils TransformUtils

View File

@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
MCJIT MCJIT
Object Object
OrcJIT OrcJIT
RuntimeDyld
SelectionDAG SelectionDAG
Support Support
native native

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine ExecutionEngine
Interpreter Interpreter
MC MC
RuntimeDyld
Support Support
) )

View File

@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
IPO IPO
MC MC
MCJIT MCJIT
RuntimeDyld
ScalarOpts ScalarOpts
Support Support
Target Target