Skip to content

Commit 141ca54

Browse files
committed
[bazel] fix build for 4790578
for real
1 parent 3d70ba6 commit 141ca54

File tree

1 file changed

+1
-1
lines changed
  • utils/bazel/llvm-project-overlay/mlir/unittests

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ cc_test(
2222
"//llvm:Support",
2323
"//llvm:TestingSupport",
2424
"//mlir:Debug",
25-
"//mlir:FunctionInterfaces",
2625
"//mlir:IR",
2726
"//mlir:Support",
2827
"//third-party/unittest:gmock",
@@ -40,6 +39,7 @@ cc_test(
4039
]),
4140
deps = [
4241
"//llvm:Support",
42+
"//mlir:FunctionInterfaces",
4343
"//mlir:IR",
4444
"//mlir:Parser",
4545
"//mlir:Support",

0 commit comments

Comments
 (0)