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 dac0820 commit 5a9cc93Copy full SHA for 5a9cc93
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -323,7 +323,6 @@ cc_library(
323
]) + [
324
"include/mlir/IR/OpAsmOpInterface.h.inc",
325
"include/mlir/IR/PDLPatternMatch.h.inc",
326
- "include/mlir/Interfaces/CallInterfaces.h",
327
"include/mlir/Interfaces/DataLayoutInterfaces.h",
328
"include/mlir/Interfaces/InferIntRangeInterface.h",
329
"include/mlir/Interfaces/SideEffectInterfaces.h",
@@ -332,6 +331,7 @@ cc_library(
332
331
"include/mlir/IR/*.h",
333
334
"include/mlir/Interfaces/FoldInterfaces.h",
+ "include/mlir/Interfaces/CallInterfaces.h",
335
],
336
includes = ["include"],
337
deps = [
0 commit comments