[mlir][bazel] Fix load() order.

This commit is contained in:
Christian Sigg 2023-10-04 11:39:13 +02:00 committed by GitHub
parent b6f6fe98a8
commit 73f8ec9edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
load("//llvm:lit_test.bzl", "package_path")
load("//mlir:build_defs.bzl", "if_cuda_available")
load("//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
load("//llvm:lit_test.bzl", "package_path")
package(
default_visibility = ["//visibility:public"],