Skip to content

Commit df02bcc

Browse files
authored
bazelbuild: fix for commit d80b9cf (#113153)
Fix for llvm/llvm-project@d80b9cf. No functional changes intended.
1 parent 25b58c8 commit df02bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,7 @@ cc_library(
10801080
":ast_matchers",
10811081
":basic",
10821082
":lex",
1083+
":support",
10831084
"//llvm:Support",
10841085
],
10851086
)
@@ -1232,6 +1233,7 @@ cc_library(
12321233
":ast",
12331234
":basic",
12341235
":lex",
1236+
":support",
12351237
"//llvm:Support",
12361238
],
12371239
)

0 commit comments

Comments
 (0)