Skip to content

Commit 3d0c4bb

Browse files
committed
--amend
1 parent 843567a commit 3d0c4bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12700,8 +12700,8 @@ cc_library(
1270012700
deps = [
1270112701
":DialectUtils",
1270212702
":IR",
12703-
":Support",
1270412703
":MemOpInterfacesIncGen",
12704+
":Support",
1270512705
],
1270612706
)
1270712707

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ expand_template(
5858
"@MLIR_RUN_CUDA_SM80_LT_TESTS@": "0",
5959
"@MLIR_RUN_CUDA_SM90_TESTS@": "0",
6060
"@MLIR_INCLUDE_INTEGRATION_TESTS@": "0",
61-
"@SHLIBDIR@": package_path("//llvm:BUILD")
61+
"@SHLIBDIR@": package_path("//llvm:BUILD"),
6262
},
6363
template = "lit.site.cfg.py.in",
6464
)

0 commit comments

Comments
 (0)