Switch deps AllPassesAndDialectsNoRegistration -> AllPassesAndDialects

These targets are now identical as all registration is explicit.
Temporarily leaving the old target as a (deprecated) alias while
changes propagate.

PiperOrigin-RevId: 366513211
This commit is contained in:
Geoffrey Martin-Noble 2021-04-02 14:25:23 -07:00 committed by TensorFlow MLIR Team
parent c315b07d9c
commit 38d0f96709
1 changed files with 1 additions and 1 deletions

2
BUILD
View File

@ -1089,7 +1089,7 @@ cc_binary(
":lhlo",
":lhlo_gpu",
"@llvm-project//llvm:Support",
"@llvm-project//mlir:AllPassesAndDialectsNoRegistration",
"@llvm-project//mlir:AllPassesAndDialects",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:MlirOptLib",
"@llvm-project//mlir:Pass",