Skip to content

Commit 7140266

Browse files
committed
[bazel][mlir][Python] Port #159926: move PDLPatternMatch.h.inc
1 parent b5daf76 commit 7140266

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
@@ -367,7 +367,6 @@ cc_library(
367367
"include/mlir/Bytecode/*.h",
368368
]) + [
369369
"include/mlir/IR/OpAsmOpInterface.h.inc",
370-
"include/mlir/IR/PDLPatternMatch.h.inc",
371370
"include/mlir/Interfaces/DataLayoutInterfaces.h",
372371
"include/mlir/Interfaces/InferIntRangeInterface.h",
373372
"include/mlir/Interfaces/SideEffectInterfaces.h",
@@ -377,6 +376,7 @@ cc_library(
377376
]) + [
378377
"include/mlir/Interfaces/CallInterfaces.h",
379378
"include/mlir/Interfaces/FoldInterfaces.h",
379+
"include/mlir/IR/PDLPatternMatch.h.inc",
380380
],
381381
includes = ["include"],
382382
deps = [

0 commit comments

Comments
 (0)