From 38d0f96709683a84feb13cffc1ef1beea97e0b0a Mon Sep 17 00:00:00 2001 From: Geoffrey Martin-Noble Date: Fri, 2 Apr 2021 14:25:23 -0700 Subject: [PATCH] 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 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index e354237..0bab387 100644 --- a/BUILD +++ b/BUILD @@ -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",