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
[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
lli
/
ChildTarget
/
BUILD.gn
blob
6203b2a79453bcf8a9d0ce1cfb7d5ac5fa2b1d3b
1
executable("lli-child-target") {
2
deps = [
3
"//llvm/lib/ExecutionEngine/Orc",
4
"//llvm/lib/ExecutionEngine/RuntimeDyld",
5
"//llvm/lib/Support",
6
]
7
sources = [
8
"ChildTarget.cpp",
9
]
10
}