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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
tools
/
lli
/
ChildTarget
/
CMakeLists.txt
blob
5a81faa70f014b3b190f17ef298d4dc413ed31e5
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
15
export_executable_symbols(lli-child-target)