[llvm] 099985f - [gn] port 3d1f04425a8fe
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 12 06:09:13 PST 2025
Author: Nico Weber
Date: 2025-12-12T09:08:45-05:00
New Revision: 099985fded94ce7d0413ed03da21cd827084f5e5
URL: https://github.com/llvm/llvm-project/commit/099985fded94ce7d0413ed03da21cd827084f5e5
DIFF: https://github.com/llvm/llvm-project/commit/099985fded94ce7d0413ed03da21cd827084f5e5.diff
LOG: [gn] port 3d1f04425a8fe
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn
index c81adb4498d86..62fd350afc74f 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/tool/BUILD.gn
@@ -10,6 +10,7 @@ copy("assets") {
"../assets/index.js",
"../assets/mustache-index.js",
"../assets/namespace-template.mustache",
+ "../assets/navbar-template.mustache",
"../assets/template.mustache",
]
outputs = [ "$root_build_dir/share/clang-doc/{{source_file_part}}" ]
More information about the llvm-commits
mailing list