Skip to content

Commit 61073d5

Browse files
chapunitru
authored andcommitted
Revert "[llvm][Bazel] Adapt to 4eb30cf"
Since llvm#99276 has been landed, the dependency has become redundant. This reverts commit aa94a43. (llvmorg-19-init-17718-gaa94a43178e1) (cherry picked from commit 5bf0859)
1 parent fcc61b8 commit 61073d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
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)