Skip to content

Commit

Permalink
bazelbuild: fix for commit d80b9cf (#113153)
Browse files Browse the repository at this point in the history
Fix for
d80b9cf.

No functional changes intended.
  • Loading branch information
krasimirgg authored Oct 21, 2024
1 parent 25b58c8 commit df02bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ cc_library(
":ast_matchers",
":basic",
":lex",
":support",
"//llvm:Support",
],
)
Expand Down Expand Up @@ -1232,6 +1233,7 @@ cc_library(
":ast",
":basic",
":lex",
":support",
"//llvm:Support",
],
)
Expand Down

0 comments on commit df02bcc

Please sign in to comment.