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-cfi-verify
/
lib
/
BUILD.gn
blob
4a1d61c4fccc89d5b72893dfef4705ec7c521b3a
1
static_library("lib") {
2
output_name = "LLVMCFIVerify"
3
deps = [
4
"//llvm/lib/DebugInfo/DWARF",
5
"//llvm/lib/DebugInfo/Symbolize",
6
"//llvm/lib/MC",
7
"//llvm/lib/MC/MCDisassembler",
8
"//llvm/lib/MC/MCParser",
9
"//llvm/lib/Object",
10
"//llvm/lib/Support",
11
]
12
sources = [
13
"FileAnalysis.cpp",
14
"FileAnalysis.h",
15
"GraphBuilder.cpp",
16
"GraphBuilder.h",
17
]
18
}