forked from OSchip/llvm-project
[gn build] Port e865fa7530
This commit is contained in:
parent
63e512100a
commit
2954f5b3f1
|
@ -6,6 +6,7 @@ static_library("TableGen") {
|
|||
"Error.cpp",
|
||||
"JSONBackend.cpp",
|
||||
"Main.cpp",
|
||||
"Parser.cpp",
|
||||
"Record.cpp",
|
||||
"SetTheory.cpp",
|
||||
"StringMatcher.cpp",
|
||||
|
|
|
@ -25,5 +25,6 @@ unittest("TableGenTests") {
|
|||
sources = [
|
||||
"AutomataTest.cpp",
|
||||
"CodeExpanderTest.cpp",
|
||||
"ParserEntryPointTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue