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
/
llvm-rtdyld
/
BUILD.gn
blob
2c4d8f2a9dc24cc737b2f26d5ed53bf26397768b
1
executable("llvm-rtdyld") {
2
deps = [
3
"//llvm/lib/DebugInfo/DWARF",
4
"//llvm/lib/ExecutionEngine",
5
"//llvm/lib/ExecutionEngine/RuntimeDyld",
6
"//llvm/lib/MC",
7
"//llvm/lib/Object",
8
"//llvm/lib/Support",
9
"//llvm/lib/Target:TargetsToBuild",
10
]
11
sources = [
12
"llvm-rtdyld.cpp",
13
]
14
}