Skip to content

Commit

Permalink
[llvm][Bazel] Adapt to 4eb30cf
Browse files Browse the repository at this point in the history
  • Loading branch information
akuegel committed Jul 16, 2024
1 parent 4348f32 commit aa94a43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,10 @@ cc_library(
srcs = glob([
"lib/IR/*.cpp",
"lib/IR/*.h",
]),
]) + [
# To avoid a dependency cycle.
"include/llvm/Analysis/IVDescriptors.h",
],
hdrs = glob(
[
"include/llvm/*.h",
Expand Down

0 comments on commit aa94a43

Please sign in to comment.