projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be014a6
)
lli-child-target: Introduce a new dependency on RuntimeDyld.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 11 Jan 2016 23:12:30 +0000
(23:12 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 11 Jan 2016 23:12:30 +0000
(23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257410
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/lli/ChildTarget/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tools/lli/ChildTarget/CMakeLists.txt
b/tools/lli/ChildTarget/CMakeLists.txt
index abc1722b076f8b583c26800f3bbc3de046f19fca..0f851d593444df3ced971ade90aef712c6ac67a9 100644
(file)
--- a/
tools/lli/ChildTarget/CMakeLists.txt
+++ b/
tools/lli/ChildTarget/CMakeLists.txt
@@
-1,5
+1,6
@@
set(LLVM_LINK_COMPONENTS
OrcJIT
+ RuntimeDyld
Support
)