mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[mlir][Bazel] Add missing dependency needed after a1eaed7a21
This commit is contained in:
parent
0cf768e7f1
commit
e040252b54
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user