[gn build] Port 54d6b5b67f

This commit is contained in:
LLVM GN Syncbot 2022-03-07 16:44:43 +00:00
parent 27df7158fe
commit d229765e61
2 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ static_library("Pseudo") {
"//llvm/lib/Support",
]
sources = [
"DirectiveMap.cpp",
"Grammar.cpp",
"GrammarBNF.cpp",
"LRGraph.cpp",
"LRTable.cpp",
"LRTableBuild.cpp",
"Lex.cpp",
"Preprocess.cpp",
"Token.cpp",
]
}

View File

@ -11,9 +11,9 @@ unittest("ClangPseudoTests") {
"//llvm/lib/Testing/Support",
]
sources = [
"DirectiveMapTest.cpp",
"GrammarTest.cpp",
"LRTableTest.cpp",
"PreprocessTest.cpp",
"TokenTest.cpp",
]
}