[mlir][Bazel] Fix bazel build.
To avoid a dependency cycle, add BytecodeImplementation.h header to the "IR" target.
This commit is contained in:
parent
10841fca9e
commit
23b3bcc7a6
@ -303,7 +303,7 @@ cc_library(
|
||||
srcs = glob([
|
||||
"lib/IR/*.cpp",
|
||||
"lib/IR/*.h",
|
||||
]),
|
||||
]) + ["include/mlir/Bytecode/BytecodeImplementation.h"],
|
||||
hdrs = glob([
|
||||
"include/mlir/IR/*.h",
|
||||
]) + [
|
||||
@ -2431,8 +2431,8 @@ cc_library(
|
||||
deps = [
|
||||
":AffineAnalysis",
|
||||
":AffineDialect",
|
||||
":ArithmeticUtils",
|
||||
":Analysis",
|
||||
":ArithmeticUtils",
|
||||
":FuncDialect",
|
||||
":IR",
|
||||
":MemRefDialect",
|
||||
@ -3356,9 +3356,9 @@ cc_library(
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":AsmParser",
|
||||
":BytecodeReader",
|
||||
":IR",
|
||||
":Support",
|
||||
":BytecodeReader",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user