llvm/examples: Add RuntimeDyld as libdeps.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2015-03-31 00:03:36 +00:00
parent 1aa1d1a46c
commit d5285ead92
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

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

@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core Core
ExecutionEngine ExecutionEngine
MCJIT MCJIT
RuntimeDyld
Support Support
native native
) )