Skip to content

Commit 2a01b97

Browse files
committed
Reorder load to come after header comment in toy/Ch1
1 parent e216be7 commit 2a01b97

File tree

1 file changed

+3
-2
lines changed
  • utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch1

1 file changed

+3
-2
lines changed

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch1/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
load("@rules_cc//cc:defs.bzl", "cc_binary")
2-
31
# Description:
42
# MLIR Tutorial
3+
4+
load("@rules_cc//cc:defs.bzl", "cc_binary")
5+
56
licenses(["notice"])
67

78
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)