Fix triton capi_objects target to depend on MLIR CAPIIRObjects bazel

target.

"...Objects" targets should only depend on other "...Objects" targets in
MLIR land. Don't mix them.
This commit is contained in:
Peter Hawkins 2024-09-05 16:02:32 +00:00
parent 107cacafbc
commit 27e19239ca

View File

@ -116,7 +116,7 @@ cc_library(
hdrs = ["triton_dialect_capi.h"],
deps = [
"@llvm-project//llvm:Support",
"@llvm-project//mlir:CAPIIR",
"@llvm-project//mlir:CAPIIRObjects",
"@llvm-project//mlir:IR",
"@triton//:TritonDialects",
],