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 41437a6 commit 25e1272Copy full SHA for 25e1272
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -379,6 +379,7 @@ cc_library(
379
"lib/Bytecode/Writer/*.h",
380
"include/mlir/Bytecode/*.h",
381
]) + [
382
+ "include/mlir/IR/OpAsmOpInterface.h.inc",
383
"include/mlir/IR/PDLPatternMatch.h.inc",
384
"include/mlir/Interfaces/CallInterfaces.h",
385
"include/mlir/Interfaces/DataLayoutInterfaces.h",
@@ -388,7 +389,6 @@ cc_library(
388
389
hdrs = glob([
390
"include/mlir/IR/*.h",
391
- "include/mlir/IR/OpAsmOpInterface.h.inc",
392
"include/mlir/Interfaces/FoldInterfaces.h",
393
],
394
includes = ["include"],
0 commit comments