Skip to content

Commit 0895163

Browse files
[bazel] Port 24117f7 (#171497)
This patch removed some source files that were explicitly enumerated in the bazel files. Remove them so that the build passes.
1 parent af3c3ec commit 0895163

File tree

1 file changed

+0
-2
lines changed
  • utils/bazel/llvm-project-overlay/clang-tools-extra/clang-doc

1 file changed

+0
-2
lines changed

utils/bazel/llvm-project-overlay/clang-tools-extra/clang-doc/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ cc_library(
2828
exclude = [
2929
"Generators.cpp",
3030
"HTMLGenerator.cpp",
31-
"HTMLMustacheGenerator.cpp",
3231
"MDGenerator.cpp",
3332
"YAMLGenerator.cpp",
3433
],
@@ -53,7 +52,6 @@ cc_library(
5352
srcs = [
5453
"Generators.cpp",
5554
"HTMLGenerator.cpp",
56-
"HTMLMustacheGenerator.cpp",
5755
"MDGenerator.cpp",
5856
"YAMLGenerator.cpp",
5957
],

0 commit comments

Comments
 (0)