Skip to content

Commit 6a83c86

Browse files
committed
Add the missing depndency for the introduced use of support/Utils.h
1 parent b035580 commit 6a83c86

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ cc_binary(
7777
srcs = ["tool/ClangDocMain.cpp"],
7878
stamp = 0,
7979
deps = [
80+
":clang-doc-support",
8081
":generators",
8182
":lib",
8283
"//clang:ast",

0 commit comments

Comments
 (0)