From 3325ca777df6e3cc8f052226af19d1a6ee558e46 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 4 Apr 2024 05:28:50 -0700 Subject: [PATCH] Internal cleanup of BUILD/.bzl files PiperOrigin-RevId: 621826959 --- xla/mlir_hlo/WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xla/mlir_hlo/WORKSPACE b/xla/mlir_hlo/WORKSPACE index bab4b26e9a648..ae7ca4dd0254e 100644 --- a/xla/mlir_hlo/WORKSPACE +++ b/xla/mlir_hlo/WORKSPACE @@ -14,6 +14,8 @@ """Workspace for MLIR HLO.""" # buildifier: disable=load-on-top +# buildifier: disable=load-on-top + load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") SKYLIB_VERSION = "1.3.0"