Skip to content

Commit f0dd6fa

Browse files
committed
Update Bazel build for 744146f
Updates Bazel build files to match 744146f60b Differential Revision: https://reviews.llvm.org/D104885
1 parent dcccb2f commit f0dd6fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,7 @@ cc_library(
15251525
":SCFDialect",
15261526
":SparseTensor",
15271527
":SparseTensorPassIncGen",
1528+
":SparseTensorUtils",
15281529
":StandardOps",
15291530
":StandardOpsTransforms",
15301531
":TensorDialect",
@@ -1534,6 +1535,17 @@ cc_library(
15341535
],
15351536
)
15361537

1538+
cc_library(
1539+
name = "SparseTensorUtils",
1540+
srcs = glob(["lib/Dialect/SparseTensor/Utils/*.cpp"]),
1541+
hdrs = glob(["include/mlir/Dialect/SparseTensor/Utils/*.h"]),
1542+
includes = ["include"],
1543+
deps = [
1544+
":IR",
1545+
"//llvm:Support",
1546+
],
1547+
)
1548+
15371549
td_library(
15381550
name = "StdOpsTdFiles",
15391551
srcs = [

0 commit comments

Comments
 (0)