Skip to content

Commit d0a6b2f

Browse files
committed
[gn] port 3bdfa6f
1 parent 1778d3b commit d0a6b2f

File tree

2 files changed

+3
-0
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra

2 files changed

+3
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static_library("clang-doc") {
2222
"ClangDoc.cpp",
2323
"Generators.cpp",
2424
"HTMLGenerator.cpp",
25+
"HTMLMustacheGenerator.cpp",
2526
"MDGenerator.cpp",
2627
"Mapper.cpp",
2728
"Representation.cpp",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ unittest("ClangDocTests") {
1616
"//llvm/lib/Bitcode/Reader",
1717
"//llvm/lib/Bitcode/Writer",
1818
"//llvm/lib/Support",
19+
"//llvm/lib/Testing/Support",
1920
]
2021
include_dirs = [ "//clang-tools-extra/clang-doc" ]
2122
sources = [
2223
"BitcodeTest.cpp",
2324
"ClangDocTest.cpp",
2425
"GeneratorTest.cpp",
2526
"HTMLGeneratorTest.cpp",
27+
"HTMLMustacheGeneratorTest.cpp",
2628
"MDGeneratorTest.cpp",
2729
"MergeTest.cpp",
2830
"SerializeTest.cpp",

0 commit comments

Comments
 (0)