File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,8 @@ cc_library(
324
324
"lib/Bytecode/Writer/*.h" ,
325
325
"lib/Bytecode/*.h" ,
326
326
]) + [
327
- "lib/Bytecode/BytecodeOpInterface.cpp" ,
328
327
"include/mlir/IR/PDLPatternMatch.h.inc" ,
328
+ "lib/Bytecode/BytecodeOpInterface.cpp" ,
329
329
],
330
330
hdrs = glob ([
331
331
"include/mlir/IR/*.h" ,
@@ -348,7 +348,6 @@ cc_library(
348
348
":BuiltinTypesIncGen" ,
349
349
":BytecodeOpInterfaceIncGen" ,
350
350
":CallOpInterfacesIncGen" ,
351
- ":config" ,
352
351
":DataLayoutInterfacesIncGen" ,
353
352
":InferTypeOpInterfaceIncGen" ,
354
353
":OpAsmInterfaceIncGen" ,
@@ -357,6 +356,7 @@ cc_library(
357
356
":Support" ,
358
357
":SymbolInterfacesIncGen" ,
359
358
":TensorEncodingIncGen" ,
359
+ ":config" ,
360
360
"//llvm:Support" ,
361
361
],
362
362
)
@@ -5282,6 +5282,7 @@ cc_library(
5282
5282
includes = ["include" ],
5283
5283
deps = [
5284
5284
":ArithDialect" ,
5285
+ ":ControlFlowInterfaces" ,
5285
5286
":DLTIDialect" ,
5286
5287
":FunctionInterfaces" ,
5287
5288
":GPUBaseIncGen" ,
You can’t perform that action at this time.
0 commit comments