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-undname
/
BUILD.gn
blob
56f1ed11bc492d13509daa0268bb861423ff7eb0
1
executable("llvm-undname") {
2
deps = [
3
"//llvm/lib/Demangle",
4
"//llvm/lib/Support",
5
]
6
sources = [
7
"llvm-undname.cpp",
8
]
9
}