Skip to content

Commit 43b291c

Browse files
committed
[bazel][mlir] Add missing dependencies to toy BUILD targets.
1 parent 9cc98e3 commit 43b291c

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch2/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ cc_binary(
5858
":ToyOpsIncGen",
5959
"//llvm:Support",
6060
"//mlir:Analysis",
61+
"//mlir:BytecodeReader",
6162
"//mlir:FunctionInterfaces",
6263
"//mlir:IR",
6364
"//mlir:Parser",

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch3/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ cc_binary(
7474
":ToyOpsIncGen",
7575
"//llvm:Support",
7676
"//mlir:Analysis",
77+
"//mlir:BytecodeReader",
7778
"//mlir:FunctionInterfaces",
7879
"//mlir:IR",
7980
"//mlir:Parser",

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch4/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ cc_binary(
9696
":ToyOpsIncGen",
9797
"//llvm:Support",
9898
"//mlir:Analysis",
99+
"//mlir:BytecodeReader",
100+
"//mlir:CallOpInterfaces",
99101
"//mlir:CastInterfaces",
100102
"//mlir:FunctionInterfaces",
101103
"//mlir:IR",

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch5/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ cc_binary(
101101
"//mlir:AllPassesAndDialects",
102102
"//mlir:Analysis",
103103
"//mlir:ArithDialect",
104+
"//mlir:BytecodeReader",
104105
"//mlir:CastInterfaces",
105106
"//mlir:FuncDialect",
106107
"//mlir:FuncExtensions",

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ cc_binary(
107107
"//mlir:ArithDialect",
108108
"//mlir:ArithToLLVM",
109109
"//mlir:BuiltinToLLVMIRTranslation",
110+
"//mlir:BytecodeReader",
110111
"//mlir:CastInterfaces",
111112
"//mlir:ControlFlowToLLVM",
112113
"//mlir:ExecutionEngine",

utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ cc_binary(
107107
"//mlir:ArithDialect",
108108
"//mlir:ArithToLLVM",
109109
"//mlir:BuiltinToLLVMIRTranslation",
110+
"//mlir:BytecodeReader",
110111
"//mlir:CastInterfaces",
111112
"//mlir:ControlFlowToLLVM",
112113
"//mlir:ExecutionEngine",

0 commit comments

Comments
 (0)