Skip to content

Commit a70ecfb

Browse files
committed
[bazel] fix build for b00e0c1
1 parent 9e0be65 commit a70ecfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8722,6 +8722,7 @@ cc_library(
87228722
],
87238723
includes = ["include"],
87248724
deps = [
8725+
":Analysis",
87258726
":DLTIDialect",
87268727
":IR",
87278728
":LLVMConversionIncGen",
@@ -8956,6 +8957,7 @@ cc_library(
89568957
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/OpenACC/*.h"]),
89578958
includes = ["include"],
89588959
deps = [
8960+
":Analysis",
89598961
":IR",
89608962
":LLVMDialect",
89618963
":OpenACCDialect",
@@ -8975,6 +8977,7 @@ cc_library(
89758977
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/OpenMP/*.h"]),
89768978
includes = ["include"],
89778979
deps = [
8980+
":Analysis",
89788981
":IR",
89798982
":LLVMDialect",
89808983
":OpenMPCommon",

0 commit comments

Comments
 (0)