[mlir][Bazel] Update BUILD.bazel file

This commit is contained in:
Adrian Kuegel 2022-01-25 12:33:42 +01:00
parent dbbe010908
commit a83e9266b9
1 changed files with 2 additions and 1 deletions

View File

@ -3161,6 +3161,7 @@ cc_library(
":Async",
":DLTIDialect",
":AffineUtils",
":ExecutionEngineUtils",
":GPUDialect",
":GPUPassIncGen",
":MemRefDialect",
@ -8184,8 +8185,8 @@ cc_library(
hdrs = glob(["include/mlir/Tools/PDLL/AST/*.h"]),
includes = ["include"],
deps = [
":Support",
"//llvm:Support",
"//mlir:Support",
],
)