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 e8eec71 commit 842789bCopy full SHA for 842789b
utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
@@ -26,6 +26,9 @@ package(default_visibility = ["//visibility:public"])
26
"//mlir:include/mlir/Dialect/OpenMP/OpenMPOpBase.td",
27
"//mlir:include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td",
28
"//mlir:include/mlir/Dialect/OpenMP/OpenMPTypeInterfaces.td",
29
+ "//mlir:include/mlir/IR/BuiltinAttributeInterfaces.td",
30
+ "//mlir:include/mlir/IR/BuiltinAttributes.td",
31
+ "//mlir:include/mlir/IR/BuiltinDialect.td",
32
"//mlir:include/mlir/IR/BuiltinDialectBytecode.td",
33
"//mlir:include/mlir/IR/BytecodeBase.td",
34
"//mlir:include/mlir/IR/OpBase.td",
0 commit comments