Skip to content

Commit 930f21c

Browse files
committed
[bazel] Trim TransformDialectInterfaces to the bare minimum
1 parent 92764c9 commit 930f21c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12067,12 +12067,14 @@ gentbl_cc_library(
1206712067
cc_library(
1206812068
name = "TransformDialectInterfaces",
1206912069
# FIXME: Change this once https://github.com/llvm/llvm-project/pull/85221 lands
12070-
hdrs = glob(["include/mlir/Dialect/Transform/IR/*.h"]),
12070+
hdrs = [
12071+
"include/mlir/Dialect/Transform/IR/TransformInterfaces.h",
12072+
"include/mlir/Dialect/Transform/IR/TransformTypes.h",
12073+
],
1207112074
deps = [
1207212075
":CastInterfaces",
1207312076
":IR",
1207412077
":Rewrite",
12075-
":SideEffectInterfaces",
1207612078
":Support",
1207712079
":TransformDialectInterfacesIncGen",
1207812080
":TransformDialectUtils",

0 commit comments

Comments
 (0)