projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef55a2
)
[lli] Add ChildTarget dependence on OrcTargetProcess library.
author
Lang Hames
<lhames@gmail.com>
Sat, 25 Sep 2021 17:50:59 +0000
(10:50 -0700)
committer
Lang Hames
<lhames@gmail.com>
Sat, 25 Sep 2021 17:51:29 +0000
(10:51 -0700)
ChildTarget depends on OrcTargetProcess after
bef55a2b47a
.
llvm/tools/lli/ChildTarget/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/tools/lli/ChildTarget/CMakeLists.txt
b/llvm/tools/lli/ChildTarget/CMakeLists.txt
index c5795eebd71a213c3b189ab21e854a10de460a3d..ea28756e8932602e815fbe9c26e91dc9e5634d7e 100644
(file)
--- a/
llvm/tools/lli/ChildTarget/CMakeLists.txt
+++ b/
llvm/tools/lli/ChildTarget/CMakeLists.txt
@@
-1,7
+1,7
@@
set(LLVM_LINK_COMPONENTS
- OrcShared
OrcJIT
- RuntimeDyld
+ OrcShared
+ OrcTargetProcess
Support
)
@@
-11,4
+11,3
@@
add_llvm_utility(lli-child-target
DEPENDS
intrinsics_gen
)
-