From 2c72285aa93e4ab13d53832acaeec7cd5c170aa3 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 6 Aug 2025 03:21:07 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 791610713 --- third_party/xla/xla/codegen/BUILD | 1 + third_party/xla/xla/codegen/emitter_loc_op_builder_test.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/third_party/xla/xla/codegen/BUILD b/third_party/xla/xla/codegen/BUILD index 6dafdc31adf..f92aa293675 100644 --- a/third_party/xla/xla/codegen/BUILD +++ b/third_party/xla/xla/codegen/BUILD @@ -48,6 +48,7 @@ xla_cc_test( "//xla/hlo/testlib:filecheck", "//xla/hlo/testlib:hlo_hardware_independent_test_base", "//xla/service/llvm_ir:llvm_util", + "@com_google_absl//absl/status:status_matchers", "@com_google_absl//absl/strings:string_view", "@com_google_googletest//:gtest_main", "@llvm-project//mlir:ArithDialect", diff --git a/third_party/xla/xla/codegen/emitter_loc_op_builder_test.cc b/third_party/xla/xla/codegen/emitter_loc_op_builder_test.cc index 0b4f43027d6..552415e2051 100644 --- a/third_party/xla/xla/codegen/emitter_loc_op_builder_test.cc +++ b/third_party/xla/xla/codegen/emitter_loc_op_builder_test.cc @@ -19,6 +19,7 @@ limitations under the License. #include #include +#include "absl/status/status_matchers.h" #include "absl/strings/string_view.h" #include "mlir/Dialect/Arith/IR/Arith.h" #include "mlir/IR/BuiltinAttributes.h"