Skip to content

Commit 259fe01

Browse files
[bazel] Add the missing dependency for the introduced use of support/Utils.h (#141828)
#138066 adds the use of this unspecified dependency. This breaks bazel build. https://buildkite.com/llvm-project/upstream-bazel/builds/137154#01971745-cb44-4fd1-af59-ccef34c3f61e
1 parent 46f9016 commit 259fe01

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)