From 7d9cf97f80f0b4404a88c3931eff2d28323441ad Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 15 Feb 2023 10:33:49 +0100 Subject: [PATCH] [bazel][mlir][examples] Add missing dependency for 72429a42ac33564fa82449d99dc234da32a05498 --- utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel | 1 + utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel | 1 + 2 files changed, 2 insertions(+) diff --git a/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel index 7e8d738..c207a6a 100644 --- a/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch6/BUILD.bazel @@ -114,6 +114,7 @@ cc_binary( "//mlir:IR", "//mlir:LLVMCommonConversion", "//mlir:LLVMDialect", + "//mlir:LLVMIRTransforms", "//mlir:LLVMToLLVMIRTranslation", "//mlir:MemRefDialect", "//mlir:MemRefToLLVM", diff --git a/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel index ecdb702..8f01768 100644 --- a/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/examples/toy/Ch7/BUILD.bazel @@ -114,6 +114,7 @@ cc_binary( "//mlir:IR", "//mlir:LLVMCommonConversion", "//mlir:LLVMDialect", + "//mlir:LLVMIRTransforms", "//mlir:LLVMToLLVMIRTranslation", "//mlir:MemRefDialect", "//mlir:MemRefToLLVM", -- 2.7.4