[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-dis / BUILD.gn
blobc0c0c49c132a025ba72a05f0da1430b911af5082
1 executable("llvm-dis") {
2   deps = [
3     "//llvm/lib/Bitcode/Reader",
4     "//llvm/lib/IR",
5     "//llvm/lib/Support",
6   ]
7   sources = [
8     "llvm-dis.cpp",
9   ]