[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / utils / gn / secondary / llvm / lib / AsmParser / BUILD.gn
blob9ff794f7c9b32e94944ebd608eff73db5beab924
1 static_library("AsmParser") {
2   output_name = "LLVMAsmParser"
3   deps = [
4     "//llvm/lib/BinaryFormat",
5     "//llvm/lib/IR",
6     "//llvm/lib/Support",
7   ]
8   sources = [
9     "LLLexer.cpp",
10     "LLParser.cpp",
11     "Parser.cpp",
12   ]