This commit is contained in:
Benjamin Kramer 2022-09-03 09:55:20 +02:00
parent 9f358c8ef7
commit 278de327d9
1 changed files with 2 additions and 0 deletions

View File

@ -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",
], ],