Skip to content

Commit a0e7476

Browse files
[bazel] Port 568ce76 (#172059)
1 parent 858fa0e commit a0e7476

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5429,7 +5429,10 @@ gentbl_cc_library(
54295429
]},
54305430
tblgen = ":mlir-tblgen",
54315431
td_file = "include/mlir/Dialect/LLVMIR/Transforms/Passes.td",
5432-
deps = [":PassBaseTdFiles"],
5432+
deps = [
5433+
":LLVMOpsTdFiles",
5434+
":PassBaseTdFiles",
5435+
],
54335436
)
54345437

54355438
cc_library(

0 commit comments

Comments
 (0)