Fix build dependencies

PiperOrigin-RevId: 731330542
This commit is contained in:
William S. Moses 2025-02-26 08:37:56 -08:00 committed by jax authors
parent d7849d5dd6
commit 8262987a1c

View File

@ -233,8 +233,14 @@ cc_library(
deps = [
":tpu_dialect",
":tpu_inc_gen",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@llvm-project//llvm:Support",
"@llvm-project//mlir:CAPIIRObjects",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:Support",
"@xla//xla:array",
],
alwayslink = True,
)