summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-07-10 19:20:17 +0000
committerNico Weber <nicolasweber@gmx.de>2019-07-10 19:20:17 +0000
commit5f5237c2764b504ce764af17ab06eec71073a653 (patch)
tree89c73c584bc7b34ef31f772f5b5bc5d4c43e992a
parentd24faac0111d688da42c9dfde05e0266a250a8d6 (diff)
downloadbcm5719-llvm-5f5237c2764b504ce764af17ab06eec71073a653.tar.gz
bcm5719-llvm-5f5237c2764b504ce764af17ab06eec71073a653.zip
gn build: Merge r365687
llvm-svn: 365689
-rw-r--r--llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn1
-rw-r--r--llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn
index 4bf4735db96..d45155c2d3b 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn
@@ -20,6 +20,7 @@ static_library("clang-doc") {
"BitcodeWriter.cpp",
"ClangDoc.cpp",
"Generators.cpp",
+ "HTMLGenerator.cpp",
"MDGenerator.cpp",
"Mapper.cpp",
"Representation.cpp",
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
index a3d1677a5a2..0ba03e9968a 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn
@@ -21,6 +21,7 @@ unittest("ClangDocTests") {
sources = [
"BitcodeTest.cpp",
"ClangDocTest.cpp",
+ "HTMLGeneratorTest.cpp",
"MDGeneratorTest.cpp",
"MergeTest.cpp",
"SerializeTest.cpp",
OpenPOWER on IntegriCloud