Skip to content

Commit 5a9cc93

Browse files
authored
Fix for bazel build #142079 (#144665)
1 parent dac0820 commit 5a9cc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ cc_library(
323323
]) + [
324324
"include/mlir/IR/OpAsmOpInterface.h.inc",
325325
"include/mlir/IR/PDLPatternMatch.h.inc",
326-
"include/mlir/Interfaces/CallInterfaces.h",
327326
"include/mlir/Interfaces/DataLayoutInterfaces.h",
328327
"include/mlir/Interfaces/InferIntRangeInterface.h",
329328
"include/mlir/Interfaces/SideEffectInterfaces.h",
@@ -332,6 +331,7 @@ cc_library(
332331
"include/mlir/IR/*.h",
333332
]) + [
334333
"include/mlir/Interfaces/FoldInterfaces.h",
334+
"include/mlir/Interfaces/CallInterfaces.h",
335335
],
336336
includes = ["include"],
337337
deps = [

0 commit comments

Comments
 (0)