[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / unittests / Option / BUILD.gn
blob02a67af2a2f1ec097a900d33b37eec962badb3aa
1 import("//llvm/utils/TableGen/tablegen.gni")
2 import("//llvm/utils/unittest/unittest.gni")
4 tablegen("Opts") {
5   visibility = [ ":OptionTests" ]
6   args = [ "-gen-opt-parser-defs" ]
9 unittest("OptionTests") {
10   deps = [
11     ":Opts",
12     "//llvm/lib/Option",
13     "//llvm/lib/Support",
14   ]
15   sources = [
16     "OptionParsingTest.cpp",
17   ]