@@ -39,6 +39,7 @@ cc_test(
39
39
]),
40
40
deps = [
41
41
"//llvm:Support" ,
42
+ "//mlir:BytecodeReader" ,
42
43
"//mlir:FunctionInterfaces" ,
43
44
"//mlir:IR" ,
44
45
"//mlir:Parser" ,
@@ -60,6 +61,7 @@ cc_test(
60
61
deps = [
61
62
"//llvm:Support" ,
62
63
"//llvm:TestingSupport" ,
64
+ "//mlir:BytecodeReader" ,
63
65
"//mlir:ArithDialect" ,
64
66
"//mlir:ControlFlowInterfaces" ,
65
67
"//mlir:DLTIDialect" ,
@@ -120,6 +122,7 @@ cc_test(
120
122
deps = [
121
123
"//mlir:IR" ,
122
124
"//mlir:Rewrite" ,
125
+ "//mlir:SideEffectInterfaces" ,
123
126
"//third-party/unittest:gtest" ,
124
127
"//third-party/unittest:gtest_main" ,
125
128
],
@@ -151,6 +154,7 @@ cc_test(
151
154
"//llvm:TestingSupport" ,
152
155
"//mlir:IR" ,
153
156
"//mlir:MemRefDialect" ,
157
+ "//mlir:SideEffectInterfaces" ,
154
158
"//third-party/unittest:gtest" ,
155
159
"//third-party/unittest:gtest_main" ,
156
160
],
@@ -184,6 +188,7 @@ cc_test(
184
188
"//mlir:IR" ,
185
189
"//mlir:Parser" ,
186
190
"//mlir:SCFDialect" ,
191
+ "//mlir:SideEffectInterfaces" ,
187
192
"//third-party/unittest:gtest" ,
188
193
"//third-party/unittest:gtest_main" ,
189
194
],
@@ -199,6 +204,7 @@ cc_test(
199
204
deps = [
200
205
"//llvm:Support" ,
201
206
"//llvm:TestingSupport" ,
207
+ "//mlir:SideEffectInterfaces" ,
202
208
"//mlir:SparseTensorUtils" ,
203
209
"//third-party/unittest:gmock" ,
204
210
"//third-party/unittest:gtest" ,
@@ -236,6 +242,7 @@ cc_test(
236
242
deps = [
237
243
"//llvm:Support" ,
238
244
"//llvm:TestingSupport" ,
245
+ "//mlir:BytecodeReader" ,
239
246
"//mlir:FuncDialect" ,
240
247
"//mlir:IR" ,
241
248
"//mlir:MlirOptLib" ,
@@ -339,9 +346,11 @@ cc_test(
339
346
]),
340
347
deps = [
341
348
"//mlir:AffineAnalysis" ,
349
+ "//mlir:BytecodeReader" ,
342
350
"//mlir:IR" ,
343
351
"//mlir:Parser" ,
344
352
"//mlir:Pass" ,
353
+ "//mlir:SideEffectInterfaces" ,
345
354
"//mlir:TransformUtils" ,
346
355
"//mlir:Transforms" ,
347
356
"//third-party/unittest:gtest" ,
@@ -387,6 +396,7 @@ cc_test(
387
396
"//mlir:BytecodeWriter" ,
388
397
"//mlir:IR" ,
389
398
"//mlir:Parser" ,
399
+ "//mlir:SideEffectInterfaces" ,
390
400
"//third-party/unittest:gmock" ,
391
401
"//third-party/unittest:gtest" ,
392
402
"//third-party/unittest:gtest_main" ,
@@ -428,6 +438,7 @@ cc_test(
428
438
"//mlir:Analysis" ,
429
439
"//mlir:ArithToLLVM" ,
430
440
"//mlir:BuiltinToLLVMIRTranslation" ,
441
+ "//mlir:BytecodeReader" ,
431
442
"//mlir:ExecutionEngine" ,
432
443
"//mlir:FuncDialect" ,
433
444
"//mlir:FuncToLLVM" ,
0 commit comments