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"],
|
||||
deps = [
|
||||
":IR",
|
||||
":Parser",
|
||||
":Support",
|
||||
"//llvm:Support",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue