forked from OSchip/llvm-project
[gn build] Port 54d6b5b67f
This commit is contained in:
parent
27df7158fe
commit
d229765e61
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -11,9 +11,9 @@ unittest("ClangPseudoTests") {
|
|||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [
|
||||
"DirectiveMapTest.cpp",
|
||||
"GrammarTest.cpp",
|
||||
"LRTableTest.cpp",
|
||||
"PreprocessTest.cpp",
|
||||
"TokenTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue