From: Alexander Belyaev Date: Tue, 26 Jul 2022 14:32:40 +0000 (+0200) Subject: [mlir] Sort the libraties in BUILD.bazel. X-Git-Tag: upstream/15.0.7~400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cfaab5692e9d7c65922f82a0e4657d2c7dada37;p=platform%2Fupstream%2Fllvm.git [mlir] Sort the libraties in BUILD.bazel. --- diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 210ed5a..99cb8fc 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3609,8 +3609,8 @@ cc_library( includes = ["include"], deps = [ ":ArithmeticDialect", - ":AsyncDialect", ":AsmParser", + ":AsyncDialect", ":ControlFlowDialect", ":DLTIDialect", ":AffineUtils",