[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Target / Hexagon / TargetInfo / BUILD.gn
blobd12eeb40a27b3e791d54b38c1ae730cb27ca6704
1 static_library("TargetInfo") {
2   output_name = "LLVMHexagonInfo"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   include_dirs = [ ".." ]
7   sources = [
8     "HexagonTargetInfo.cpp",
9   ]