Skip to content

Commit 5eb6330

Browse files
authored
Fix bazel build (#104054)
Tested w/ bazel locally.
1 parent 2766728 commit 5eb6330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ cc_library(
342342
"include/mlir/IR/PDLPatternMatch.h.inc",
343343
"include/mlir/Interfaces/CallInterfaces.h",
344344
"include/mlir/Interfaces/DataLayoutInterfaces.h",
345+
"include/mlir/Interfaces/InferIntRangeInterface.h",
345346
"include/mlir/Interfaces/SideEffectInterfaces.h",
346347
],
347348
hdrs = glob([
@@ -362,6 +363,7 @@ cc_library(
362363
":BytecodeOpInterfaceIncGen",
363364
":CallOpInterfacesIncGen",
364365
":DataLayoutInterfacesIncGen",
366+
":InferIntRangeInterfaceIncGen",
365367
":OpAsmInterfaceIncGen",
366368
":RegionKindInterfaceIncGen",
367369
":SideEffectInterfacesIncGen",
@@ -5422,7 +5424,9 @@ cc_library(
54225424
hdrs = glob(["include/mlir/Dialect/LLVMIR/Transforms/*.h"]),
54235425
includes = ["include"],
54245426
deps = [
5427+
":DataLayoutInterfaces",
54255428
":FuncDialect",
5429+
":InliningUtils",
54265430
":IR",
54275431
":LLVMDialect",
54285432
":LLVMPassIncGen",

0 commit comments

Comments
 (0)