gn build: Merge r372706
[llvm-complete.git] / utils / gn / secondary / llvm / lib / TableGen / BUILD.gn
blob8b94dbb93736b36dae251b3325be94894f632935
1 static_library("TableGen") {
2   output_name = "LLVMTableGen"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   sources = [
7     "Error.cpp",
8     "JSONBackend.cpp",
9     "Main.cpp",
10     "Record.cpp",
11     "SetTheory.cpp",
12     "StringMatcher.cpp",
13     "TGLexer.cpp",
14     "TGParser.cpp",
15     "TableGenBackend.cpp",
16   ]