[llvm] [bazel] Add //mlir:IR to Support for #144897 (PR #145569)
Ivan Tadeu Ferreira Antunes Filho via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 18:54:22 PDT 2025
================
@@ -4845,7 +4845,10 @@ cc_library(
]),
hdrs = glob(["include/mlir/Support/*.h"]),
includes = ["include"],
- deps = ["//llvm:Support"],
+ deps = [
+ "//llvm:Support"
+ "//mlir:IR",
----------------
itf wrote:
The cycle already existed. Being fixed on https://github.com/llvm/llvm-project/pull/145598/
https://github.com/llvm/llvm-project/pull/145569
More information about the llvm-commits
mailing list