Revert "[mlir][bazel] Port for 660f714, third attempt"

This reverts commit 421a7f814f. Dependency
doesn't seem to be necessary and would pull in all of LLVM's codegen
into mlir users that don't require it.
This commit is contained in:
Benjamin Kramer
2023-05-30 11:41:24 +02:00
parent 10d6562ff1
commit c644341c2c

View File

@@ -4039,7 +4039,6 @@ cc_library(
":BytecodeOpInterfaceIncGen",
":IR",
":Support",
"//llvm:CodeGen",
"//llvm:Support",
],
)
@@ -6836,7 +6835,6 @@ cc_library(
":BytecodeOpInterfaceIncGen",
":IR",
":Support",
"//llvm:CodeGen",
"//llvm:Support",
],
)