forked from OSchip/llvm-project
[Fix/Build] Fixing missing dependency for bazel.
This commit is contained in:
parent
2482b3a967
commit
c9be90986f
|
@ -351,6 +351,7 @@ cc_library(
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":IR",
|
":IR",
|
||||||
|
":Parser",
|
||||||
":Support",
|
":Support",
|
||||||
"//llvm:Support",
|
"//llvm:Support",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue