[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
InstCombine
MCJIT
RuntimeDyld
ScalarOpts
Support
TransformUtils

View File

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

View File

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

View File

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