Skip to content

Commit

Permalink
[mlir][Bazel] Update BUILD.bazel file
Browse files Browse the repository at this point in the history
  • Loading branch information
akuegel committed Jan 25, 2022
1 parent dbbe010 commit a83e926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Expand Up @@ -3161,6 +3161,7 @@ cc_library(
":Async",
":DLTIDialect",
":AffineUtils",
":ExecutionEngineUtils",
":GPUDialect",
":GPUPassIncGen",
":MemRefDialect",
Expand Down Expand Up @@ -8184,8 +8185,8 @@ cc_library(
hdrs = glob(["include/mlir/Tools/PDLL/AST/*.h"]),
includes = ["include"],
deps = [
":Support",
"//llvm:Support",
"//mlir:Support",
],
)

Expand Down

0 comments on commit a83e926

Please sign in to comment.