Skip to content

Commit

Permalink
Revert "[llvm][Bazel] Adapt to 4eb30cf"
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
chapuni authored and tru committed Aug 1, 2024
1 parent 540426f commit 1e2c191
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -944,10 +944,7 @@ 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 1e2c191

Please sign in to comment.