Skip to content

Commit

Permalink
Revert "[bazel] Fix llvm:Core build (#99054)"
Browse files Browse the repository at this point in the history
This reverts commit 5b54f36.
(llvmorg-19-init-17774-g5b54f36fb607)
See #99610
  • Loading branch information
chapuni committed Jul 20, 2024
1 parent e2965fe commit 168ecd7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -947,14 +947,7 @@ cc_library(
]) + [
# To avoid a dependency cycle.
"include/llvm/Analysis/IVDescriptors.h",
"include/llvm/CodeGen/GenVT.inc",
] + glob(
# To avoid a dependency cycle.
[
"include/llvm/CodeGen/**/*.h",
"include/llvm/CodeGenTypes/**/*.h",
],
),
],
hdrs = glob(
[
"include/llvm/*.h",
Expand Down

0 comments on commit 168ecd7

Please sign in to comment.