forked from OSchip/llvm-project
More bazel fixes
This commit is contained in:
parent
5a99b776eb
commit
115a5a616e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue