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