[llvm] 4bff9fd - [gn build] Port 24117f75ad9d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 9 11:56:16 PST 2025


Author: LLVM GN Syncbot
Date: 2025-12-09T19:50:45Z
New Revision: 4bff9fdb908b1f9a3710e4570d249e24bd2aae4d

URL: https://github.com/llvm/llvm-project/commit/4bff9fdb908b1f9a3710e4570d249e24bd2aae4d
DIFF: https://github.com/llvm/llvm-project/commit/4bff9fdb908b1f9a3710e4570d249e24bd2aae4d.diff

LOG: [gn build] Port 24117f75ad9d

Added: 
    

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

Removed: 
    


################################################################################
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 5815537318b3a..280d72f4d36b5 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
@@ -22,7 +22,6 @@ static_library("clang-doc") {
     "ClangDoc.cpp",
     "Generators.cpp",
     "HTMLGenerator.cpp",
-    "HTMLMustacheGenerator.cpp",
     "JSONGenerator.cpp",
     "MDGenerator.cpp",
     "Mapper.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 4cbd3b96d8ff4..427a64e7a8b10 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
@@ -40,7 +40,6 @@ unittest("ClangDocTests") {
     "ClangDocTest.cpp",
     "GeneratorTest.cpp",
     "HTMLGeneratorTest.cpp",
-    "HTMLMustacheGeneratorTest.cpp",
     "JSONGeneratorTest.cpp",
     "MDGeneratorTest.cpp",
     "MergeTest.cpp",


        


More information about the llvm-commits mailing list