diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -25,6 +25,8 @@ srcs = glob(["include/mlir-c/**/*"]), # <== i.e. match the entire tree ) +exports_files(glob(["include/**/*.td"])) + [ gentbl_cc_library( name = name + "IncGen", @@ -6490,35 +6492,9 @@ ) exports_files([ - "include/mlir/Bindings/Python/Attributes.td", - "include/mlir/Dialect/DLTI/DLTIBase.td", - "include/mlir/Dialect/LLVMIR/LLVMOpBase.td", - "include/mlir/Dialect/Linalg/IR/LinalgOps.td", - "include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td", - "include/mlir/Dialect/Shape/IR/ShapeBase.td", - "include/mlir/Dialect/Shape/IR/ShapeOps.td", - "include/mlir/Dialect/StandardOps/IR/Ops.td", - "include/mlir/Dialect/Vector/VectorOps.td", - "include/mlir/Dialect/X86Vector/X86Vector.td", - "include/mlir/IR/OpAsmInterface.td", - "include/mlir/IR/OpBase.td", - "include/mlir/IR/RegionKindInterface.td", - "include/mlir/IR/SymbolInterfaces.td", - "include/mlir/IR/TensorEncoding.td", "include/mlir/Interfaces/CallInterfaces.h", - "include/mlir/Interfaces/CallInterfaces.td", "include/mlir/Interfaces/CastInterfaces.h", - "include/mlir/Interfaces/CastInterfaces.td", "include/mlir/Interfaces/ControlFlowInterfaces.h", - "include/mlir/Interfaces/ControlFlowInterfaces.td", - "include/mlir/Interfaces/CopyOpInterface.td", - "include/mlir/Interfaces/DataLayoutInterfaces.td", - "include/mlir/Interfaces/InferTypeOpInterface.td", - "include/mlir/Interfaces/LoopLikeInterface.td", - "include/mlir/Interfaces/SideEffectInterfaceBase.td", - "include/mlir/Interfaces/SideEffectInterfaces.td", - "include/mlir/Interfaces/VectorInterfaces.td", - "include/mlir/Interfaces/ViewLikeInterface.td", "include/mlir/Transforms/InliningUtils.h", ])