[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / unittests / MI / BUILD.gn
blob4ef5ebf1e01bc1829ff64a401a4f30743c81a52d
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("MITests") {
4   deps = [
5     "//llvm/lib/CodeGen",
6     "//llvm/lib/CodeGen/MIRParser",
7     "//llvm/lib/IR",
8     "//llvm/lib/MC",
9     "//llvm/lib/Support",
10     "//llvm/lib/Target",
11     "//llvm/lib/Target:TargetsToBuild",
12   ]
13   sources = [
14     "LiveIntervalTest.cpp",
15   ]
16   has_custom_main = true