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