[gn build] Port e865fa7530

This commit is contained in:
LLVM GN Syncbot 2022-03-04 00:22:21 +00:00
parent 63e512100a
commit 2954f5b3f1
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ static_library("TableGen") {
"Error.cpp",
"JSONBackend.cpp",
"Main.cpp",
"Parser.cpp",
"Record.cpp",
"SetTheory.cpp",
"StringMatcher.cpp",

View File

@ -25,5 +25,6 @@ unittest("TableGenTests") {
sources = [
"AutomataTest.cpp",
"CodeExpanderTest.cpp",
"ParserEntryPointTest.cpp",
]
}