Skip to content

Commit ee5fda1

Browse files
committed
[gn build] Port c03d625
1 parent c03d625 commit ee5fda1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static_library("lib") {
88
]
99
include_dirs = [ "../include" ]
1010
sources = [
11-
"DirectiveMap.cpp",
11+
"DirectiveTree.cpp",
1212
"Forest.cpp",
1313
"Grammar.cpp",
1414
"GrammarBNF.cpp",

llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unittest("ClangPseudoTests") {
1111
]
1212
include_dirs = [ "../include" ]
1313
sources = [
14-
"DirectiveMapTest.cpp",
14+
"DirectiveTreeTest.cpp",
1515
"ForestTest.cpp",
1616
"GrammarTest.cpp",
1717
"LRTableTest.cpp",

0 commit comments

Comments
 (0)