Skip to content

Commit ef9a659

Browse files
committed
[gn build] Port a2fab82
1 parent a2fab82 commit ef9a659

File tree

2 files changed

+3
-1
lines changed
  • llvm/utils/gn/secondary/clang

2 files changed

+3
-1
lines changed

llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/Pseudo/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ static_library("Pseudo") {
1010
"Grammar.cpp",
1111
"GrammarBNF.cpp",
1212
"LRGraph.cpp",
13+
"LRTable.cpp",
14+
"LRTableBuild.cpp",
1315
]
1416
}

llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/Pseudo/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ unittest("ClangPseudoTests") {
1212
]
1313
sources = [
1414
"GrammarTest.cpp",
15-
"LRGraphTest.cpp",
15+
"LRTableTest.cpp",
1616
]
1717
}

0 commit comments

Comments
 (0)