Fix bazel build (#104054)

Tested w/ bazel locally.
This commit is contained in:
quanwanandy 2024-08-14 10:08:27 -07:00 committed by GitHub
parent 27667285fe
commit 5eb6330ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -342,6 +342,7 @@ cc_library(
"include/mlir/IR/PDLPatternMatch.h.inc",
"include/mlir/Interfaces/CallInterfaces.h",
"include/mlir/Interfaces/DataLayoutInterfaces.h",
"include/mlir/Interfaces/InferIntRangeInterface.h",
"include/mlir/Interfaces/SideEffectInterfaces.h",
],
hdrs = glob([
@ -362,6 +363,7 @@ cc_library(
":BytecodeOpInterfaceIncGen",
":CallOpInterfacesIncGen",
":DataLayoutInterfacesIncGen",
":InferIntRangeInterfaceIncGen",
":OpAsmInterfaceIncGen",
":RegionKindInterfaceIncGen",
":SideEffectInterfacesIncGen",
@ -5422,7 +5424,9 @@ cc_library(
hdrs = glob(["include/mlir/Dialect/LLVMIR/Transforms/*.h"]),
includes = ["include"],
deps = [
":DataLayoutInterfaces",
":FuncDialect",
":InliningUtils",
":IR",
":LLVMDialect",
":LLVMPassIncGen",