repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj][obj2yaml] - Do not create a symbol table by default.
[llvm-complete.git]
/
tools
/
lli
/
ChildTarget
/
CMakeLists.txt
blob
f08ce57c29533518fb979770cdbd9b162a29d56e
1
set(LLVM_LINK_COMPONENTS
2
OrcJIT
3
RuntimeDyld
4
Support
5
)
6
7
add_llvm_utility(lli-child-target
8
ChildTarget.cpp
9
10
DEPENDS
11
intrinsics_gen
12
)
13