[mlir][Bazel] Add missing dependency needed after a1eaed7a21

This commit is contained in:
Adrian Kuegel 2024-01-15 06:52:15 +00:00
parent 0cf768e7f1
commit e040252b54

View File

@ -324,8 +324,8 @@ cc_library(
"lib/Bytecode/Writer/*.h",
"lib/Bytecode/*.h",
]) + [
"lib/Bytecode/BytecodeOpInterface.cpp",
"include/mlir/IR/PDLPatternMatch.h.inc",
"lib/Bytecode/BytecodeOpInterface.cpp",
],
hdrs = glob([
"include/mlir/IR/*.h",
@ -348,7 +348,6 @@ cc_library(
":BuiltinTypesIncGen",
":BytecodeOpInterfaceIncGen",
":CallOpInterfacesIncGen",
":config",
":DataLayoutInterfacesIncGen",
":InferTypeOpInterfaceIncGen",
":OpAsmInterfaceIncGen",
@ -357,6 +356,7 @@ cc_library(
":Support",
":SymbolInterfacesIncGen",
":TensorEncodingIncGen",
":config",
"//llvm:Support",
],
)
@ -5282,6 +5282,7 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
":ControlFlowInterfaces",
":DLTIDialect",
":FunctionInterfaces",
":GPUBaseIncGen",