blob: 920abdc65f0b7731361e7ecc01401cfc965e6058 [file] [log] [blame]
executable("llvm-remarkutil") {
deps = [
"//llvm/lib/Demangle",
"//llvm/lib/IR",
"//llvm/lib/Object",
"//llvm/lib/Remarks",
"//llvm/lib/Support",
]
sources = [
"RemarkConvert.cpp",
"RemarkCount.cpp",
"RemarkCounter.cpp",
"RemarkSizeDiff.cpp",
"RemarkUtil.cpp",
"RemarkUtilHelpers.cpp",
"RemarkUtilRegistry.cpp",
]
}