We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5daf76 commit 7140266Copy full SHA for 7140266
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -367,7 +367,6 @@ cc_library(
367
"include/mlir/Bytecode/*.h",
368
]) + [
369
"include/mlir/IR/OpAsmOpInterface.h.inc",
370
- "include/mlir/IR/PDLPatternMatch.h.inc",
371
"include/mlir/Interfaces/DataLayoutInterfaces.h",
372
"include/mlir/Interfaces/InferIntRangeInterface.h",
373
"include/mlir/Interfaces/SideEffectInterfaces.h",
@@ -377,6 +376,7 @@ cc_library(
377
376
378
"include/mlir/Interfaces/CallInterfaces.h",
379
"include/mlir/Interfaces/FoldInterfaces.h",
+ "include/mlir/IR/PDLPatternMatch.h.inc",
380
],
381
includes = ["include"],
382
deps = [
0 commit comments