More bazel fixes

This commit is contained in:
David Blaikie 2022-03-04 04:15:38 +00:00
parent 5a99b776eb
commit 115a5a616e

View File

@ -8479,6 +8479,7 @@ cc_library(
":IR",
":PDLDialect",
":PDLLAST",
":PDLLODS",
":Parser",
":Support",
"//llvm:Support",
@ -8513,6 +8514,7 @@ cc_binary(
deps = [
":IR",
":PDLLAST",
":PDLLODS",
":PDLLCodeGen",
":PDLLParser",
":Support",