Remove uses of deprecated target AllPassesAndDialectsNoRegistration in Bazel (NFC)
It was an alias for a long time.
This commit is contained in:
parent
5e4b33fe92
commit
fbab8e6f10
|
|
@ -4990,12 +4990,6 @@ cc_library(
|
|||
],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "AllPassesAndDialectsNoRegistration",
|
||||
actual = ":AllPassesAndDialects",
|
||||
deprecation = "Use AllPassesAndDialects instead",
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "mlir-lsp-server",
|
||||
srcs = ["tools/mlir-lsp-server/mlir-lsp-server.cpp"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue