blob: 4a1d61c4fccc89d5b72893dfef4705ec7c521b3a [file] [log] [blame]
static_library("lib") {
output_name = "LLVMCFIVerify"
deps = [
"//llvm/lib/DebugInfo/DWARF",
"//llvm/lib/DebugInfo/Symbolize",
"//llvm/lib/MC",
"//llvm/lib/MC/MCDisassembler",
"//llvm/lib/MC/MCParser",
"//llvm/lib/Object",
"//llvm/lib/Support",
]
sources = [
"FileAnalysis.cpp",
"FileAnalysis.h",
"GraphBuilder.cpp",
"GraphBuilder.h",
]
}