Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[mlir][Bazel] Add missing dependency needed after a1eaed7
Browse files Browse the repository at this point in the history
  • Loading branch information
akuegel committed Jan 15, 2024
1 parent 0cf768e commit e040252
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -348,7 +348,6 @@ cc_library(
":BuiltinTypesIncGen",
":BytecodeOpInterfaceIncGen",
":CallOpInterfacesIncGen",
":config",
":DataLayoutInterfacesIncGen",
":InferTypeOpInterfaceIncGen",
":OpAsmInterfaceIncGen",
Expand All @@ -357,6 +356,7 @@ cc_library(
":Support",
":SymbolInterfacesIncGen",
":TensorEncodingIncGen",
":config",
"//llvm:Support",
],
)
Expand Down Expand Up @@ -5282,6 +5282,7 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
":ControlFlowInterfaces",
":DLTIDialect",
":FunctionInterfaces",
":GPUBaseIncGen",
Expand Down

0 comments on commit e040252

Please sign in to comment.