We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6325184 commit 154f93cCopy full SHA for 154f93c
llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/BUILD.gn
@@ -8,6 +8,7 @@ static_library("lib") {
8
]
9
include_dirs = [ "../include" ]
10
sources = [
11
+ "Bracket.cpp",
12
"DirectiveTree.cpp",
13
"Forest.cpp",
14
"GLR.cpp",
llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/BUILD.gn
@@ -8,9 +8,11 @@ unittest("ClangPseudoTests") {
"//clang/lib/Lex",
"//clang/lib/Testing",
"//llvm/lib/Support",
+ "//llvm/lib/Testing/Support",
15
+ "BracketTest.cpp",
16
"DirectiveTreeTest.cpp",
17
"ForestTest.cpp",
18
"GLRTest.cpp",
0 commit comments