[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-opt-report / BUILD.gn
blobea21b5c8ee923cbf3133fcf2fbef103b4a46a419
1 executable("llvm-opt-report") {
2   deps = [
3     "//llvm/lib/Demangle",
4     "//llvm/lib/IR",
5     "//llvm/lib/Object",
6     "//llvm/lib/Remarks",
7     "//llvm/lib/Support",
8   ]
9   sources = [
10     "OptReport.cpp",
11   ]