diff --git a/utils/bazel/llvm-project-overlay/clang/BUILD.bazel b/utils/bazel/llvm-project-overlay/clang/BUILD.bazel --- a/utils/bazel/llvm-project-overlay/clang/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/clang/BUILD.bazel @@ -23,7 +23,6 @@ cc_binary( name = "clang-tblgen", srcs = glob([ - "utils/TableGen/*.cpp", "utils/TableGen/*.h", ]), copts = [ diff --git a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel --- a/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel @@ -37,17 +37,9 @@ "lib/Dialect/Test/TestInterfaces.td", "lib/Dialect/Test/TestOps.td", "//mlir:include/mlir/Dialect/DLTI/DLTIBase.td", - "//mlir:include/mlir/IR/OpAsmInterface.td", - "//mlir:include/mlir/IR/RegionKindInterface.td", - "//mlir:include/mlir/IR/SymbolInterfaces.td", - "//mlir:include/mlir/Interfaces/CallInterfaces.td", - "//mlir:include/mlir/Interfaces/ControlFlowInterfaces.td", - "//mlir:include/mlir/Interfaces/CopyOpInterface.td", - "//mlir:include/mlir/Interfaces/DataLayoutInterfaces.td", "//mlir:include/mlir/Interfaces/InferTypeOpInterface.td", ], deps = [ - "//mlir:OpBaseTdFiles", "//mlir:SideEffectTdFiles", ], )