diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 46ff0acb547d5..af4592de6c9ee 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -367,7 +367,6 @@ cc_library( "include/mlir/Bytecode/*.h", ]) + [ "include/mlir/IR/OpAsmOpInterface.h.inc", - "include/mlir/IR/PDLPatternMatch.h.inc", "include/mlir/Interfaces/DataLayoutInterfaces.h", "include/mlir/Interfaces/InferIntRangeInterface.h", "include/mlir/Interfaces/SideEffectInterfaces.h", @@ -375,6 +374,7 @@ cc_library( hdrs = glob([ "include/mlir/IR/*.h", ]) + [ + "include/mlir/IR/PDLPatternMatch.h.inc", "include/mlir/Interfaces/CallInterfaces.h", "include/mlir/Interfaces/FoldInterfaces.h", ],