blob: 74c1362c697b91b831efe2f7c75c0e5aef616277 [file] [log] [blame]
static_library("BTF") {
output_name = "LLVMDebugInfoBTF"
deps = [ "//llvm/lib/Support" ]
sources = [
"BTFParser.cpp",
"BTFContext.cpp",
]
}