Skip to content

Commit 5bf0859

Browse files
committed
Revert "[llvm][Bazel] Adapt to 4eb30cf"
Since #99276 has been landed, the dependency has become redundant. This reverts commit aa94a43. (llvmorg-19-init-17718-gaa94a43178e1)
1 parent 25f9415 commit 5bf0859

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

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

0 commit comments

Comments
 (0)