Skip to content

Commit 154f93c

Browse files
committed
[gn build] (semi-automatically) port 0360b9f
1 parent 6325184 commit 154f93c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ static_library("lib") {
88
]
99
include_dirs = [ "../include" ]
1010
sources = [
11+
"Bracket.cpp",
1112
"DirectiveTree.cpp",
1213
"Forest.cpp",
1314
"GLR.cpp",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ unittest("ClangPseudoTests") {
88
"//clang/lib/Lex",
99
"//clang/lib/Testing",
1010
"//llvm/lib/Support",
11+
"//llvm/lib/Testing/Support",
1112
]
1213
include_dirs = [ "../include" ]
1314
sources = [
15+
"BracketTest.cpp",
1416
"DirectiveTreeTest.cpp",
1517
"ForestTest.cpp",
1618
"GLRTest.cpp",

0 commit comments

Comments
 (0)