Skip to content

Commit aa94a43

Browse files
committed
[llvm][Bazel] Adapt to 4eb30cf
1 parent 4348f32 commit aa94a43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,10 @@ cc_library(
944944
srcs = glob([
945945
"lib/IR/*.cpp",
946946
"lib/IR/*.h",
947-
]),
947+
]) + [
948+
# To avoid a dependency cycle.
949+
"include/llvm/Analysis/IVDescriptors.h",
950+
],
948951
hdrs = glob(
949952
[
950953
"include/llvm/*.h",

0 commit comments

Comments
 (0)