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