repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
llvm
/
tools
/
lli
/
ChildTarget
/
CMakeLists.txt
blob
b3c1dd25ed75d5c38eb82af922e9671939f5597d
1
set(LLVM_LINK_COMPONENTS
2
OrcJIT
3
OrcShared
4
OrcTargetProcess
5
Support
6
)
7
8
add_llvm_utility(lli-child-target
9
ChildTarget.cpp
10
11
DEPENDS
12
intrinsics_gen
13
14
EXPORT_SYMBOLS
15
)