diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-10 19:20:17 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-10 19:20:17 +0000 |
commit | 5f5237c2764b504ce764af17ab06eec71073a653 (patch) | |
tree | 89c73c584bc7b34ef31f772f5b5bc5d4c43e992a | |
parent | d24faac0111d688da42c9dfde05e0266a250a8d6 (diff) | |
download | bcm5719-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.gn | 1 | ||||
-rw-r--r-- | llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-doc/BUILD.gn | 1 |
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", |