Skip to content

Commit e040252

Browse files
committed
[mlir][Bazel] Add missing dependency needed after a1eaed7
1 parent 0cf768e commit e040252

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ cc_library(
324324
"lib/Bytecode/Writer/*.h",
325325
"lib/Bytecode/*.h",
326326
]) + [
327-
"lib/Bytecode/BytecodeOpInterface.cpp",
328327
"include/mlir/IR/PDLPatternMatch.h.inc",
328+
"lib/Bytecode/BytecodeOpInterface.cpp",
329329
],
330330
hdrs = glob([
331331
"include/mlir/IR/*.h",
@@ -348,7 +348,6 @@ cc_library(
348348
":BuiltinTypesIncGen",
349349
":BytecodeOpInterfaceIncGen",
350350
":CallOpInterfacesIncGen",
351-
":config",
352351
":DataLayoutInterfacesIncGen",
353352
":InferTypeOpInterfaceIncGen",
354353
":OpAsmInterfaceIncGen",
@@ -357,6 +356,7 @@ cc_library(
357356
":Support",
358357
":SymbolInterfacesIncGen",
359358
":TensorEncodingIncGen",
359+
":config",
360360
"//llvm:Support",
361361
],
362362
)
@@ -5282,6 +5282,7 @@ cc_library(
52825282
includes = ["include"],
52835283
deps = [
52845284
":ArithDialect",
5285+
":ControlFlowInterfaces",
52855286
":DLTIDialect",
52865287
":FunctionInterfaces",
52875288
":GPUBaseIncGen",

0 commit comments

Comments
 (0)