mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Remove uses of deprecated target AllPassesAndDialectsNoRegistration in Bazel (NFC)
It was an alias for a long time.
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user