We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a0e85 commit f59b151Copy full SHA for f59b151
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -5391,6 +5391,7 @@ cc_library(
5391
":MemorySlotInterfacesIncGen",
5392
":SideEffectInterfaces",
5393
":Support",
5394
+ ":ViewLikeInterface",
5395
"//llvm:AsmParser",
5396
"//llvm:BinaryFormat",
5397
"//llvm:BitReader",
@@ -5434,6 +5435,7 @@ cc_library(
5434
5435
":NVVMDialect",
5436
":Pass",
5437
":TransformUtils",
5438
5439
5440
"//llvm:Support",
5441
],
@@ -5804,6 +5806,7 @@ td_library(
5804
5806
":MemorySlotInterfacesTdFiles",
5805
5807
":OpBaseTdFiles",
5808
":SideEffectInterfacesTdFiles",
5809
+ ":ViewLikeInterfaceTdFiles",
5810
5811
)
5812
0 commit comments