forked from OSchip/llvm-project
[bazel] Port f7b8a70e7a
This commit is contained in:
parent
9f358c8ef7
commit
278de327d9
|
@ -3264,8 +3264,10 @@ cc_library(
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":AsmParser",
|
":AsmParser",
|
||||||
|
":BytecodeWriter",
|
||||||
":IR",
|
":IR",
|
||||||
":MlirLspServerSupportLib",
|
":MlirLspServerSupportLib",
|
||||||
|
":Parser",
|
||||||
":Support",
|
":Support",
|
||||||
"//llvm:Support",
|
"//llvm:Support",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue