[llvm] 5db3579 - [gn] port d7dd778cde84 (share/clang-doc)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 00:52:07 PDT 2024
Author: Nico Weber
Date: 2024-06-28T09:51:51+02:00
New Revision: 5db35792dbf4f3d0ee8c425019cc9846102e2e15
URL: https://github.com/llvm/llvm-project/commit/5db35792dbf4f3d0ee8c425019cc9846102e2e15
DIFF: https://github.com/llvm/llvm-project/commit/5db35792dbf4f3d0ee8c425019cc9846102e2e15.diff
LOG: [gn] port d7dd778cde84 (share/clang-doc)
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 6d8deec2fcb17..b224df093c774 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
@@ -3,7 +3,7 @@ copy("assets") {
"../assets/index.js",
"../assets/clang-doc-default-stylesheet.css",
]
- outputs = [ "$root_build_dir/share/clang/{{source_file_part}}" ]
+ outputs = [ "$root_build_dir/share/clang-doc/{{source_file_part}}" ]
}
executable("clang-doc") {
More information about the llvm-commits
mailing list