mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
[mlir][bazel] Fix load()
order.
This commit is contained in:
parent
b6f6fe98a8
commit
73f8ec9edb
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user