Skip to content

Commit

Permalink
Add missing dependency to chlo_ops target (openxla#2156)
Browse files Browse the repository at this point in the history
I don't understand why this isn't failing in CI, but I can't build this
target since 2a0595b, and a few others have reported the same for
their local builds.

In any case, the code `#include`s SideEffectInterfaces.h, so its target
should depend on the corresponding BUILD target.

Filed openxla#2155 for follow-up.
  • Loading branch information
mlevesquedion authored Apr 3, 2024
1 parent f2a9b38 commit a053bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ cc_library(
"@llvm-project//mlir:InferTypeOpInterface",
"@llvm-project//mlir:InliningUtils",
"@llvm-project//mlir:QuantOps",
"@llvm-project//mlir:SideEffectInterfaces",
"@llvm-project//mlir:TransformUtils",
],
)
Expand Down

0 comments on commit a053bab

Please sign in to comment.