Skip to content

Commit f59b151

Browse files
committed
[bazel] port 8e2ccdc
1 parent 01a0e85 commit f59b151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5391,6 +5391,7 @@ cc_library(
53915391
":MemorySlotInterfacesIncGen",
53925392
":SideEffectInterfaces",
53935393
":Support",
5394+
":ViewLikeInterface",
53945395
"//llvm:AsmParser",
53955396
"//llvm:BinaryFormat",
53965397
"//llvm:BitReader",
@@ -5434,6 +5435,7 @@ cc_library(
54345435
":NVVMDialect",
54355436
":Pass",
54365437
":TransformUtils",
5438+
":ViewLikeInterface",
54375439
"//llvm:BinaryFormat",
54385440
"//llvm:Support",
54395441
],
@@ -5804,6 +5806,7 @@ td_library(
58045806
":MemorySlotInterfacesTdFiles",
58055807
":OpBaseTdFiles",
58065808
":SideEffectInterfacesTdFiles",
5809+
":ViewLikeInterfaceTdFiles",
58075810
],
58085811
)
58095812

0 commit comments

Comments
 (0)