[Fix/Build] Fixing missing dependency for bazel.

This commit is contained in:
rdzhabarov 2022-06-29 20:43:40 +00:00
parent 2482b3a967
commit c9be90986f
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ cc_library(
includes = ["include"],
deps = [
":IR",
":Parser",
":Support",
"//llvm:Support",
],