We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fab82 commit ef9a659Copy full SHA for ef9a659
llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/Pseudo/BUILD.gn
@@ -10,5 +10,7 @@ static_library("Pseudo") {
10
"Grammar.cpp",
11
"GrammarBNF.cpp",
12
"LRGraph.cpp",
13
+ "LRTable.cpp",
14
+ "LRTableBuild.cpp",
15
]
16
}
llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/Pseudo/BUILD.gn
@@ -12,6 +12,6 @@ unittest("ClangPseudoTests") {
sources = [
"GrammarTest.cpp",
- "LRGraphTest.cpp",
+ "LRTableTest.cpp",
17
0 commit comments