Skip to content

Commit ffd0e88

Browse files
GMNGeoffreycopybara-github
authored andcommitted
Remove Ops suffix from dialect library names
CMake changes for llvm/llvm-project@d4e889f1f572 PiperOrigin-RevId: 334533775
1 parent 98c0e20 commit ffd0e88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

transforms/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ add_mlir_library(sair_from_linalg
2828
MLIRIR
2929
MLIRPass
3030
MLIRTransforms
31-
MLIRLinalgOps
32-
MLIRStandardOps
31+
MLIRLinalg
32+
MLIRStandard
3333
MLIRSupport
3434
sair_dialect
3535
)
@@ -70,13 +70,13 @@ add_mlir_library(sair_lowering
7070
sair_lowering_inc_gen
7171

7272
LINK_LIBS PUBLIC
73-
MLIRAffineOps
73+
MLIRAffine
7474
MLIRAffineToStandard
7575
MLIRIR
7676
MLIRPass
7777
MLIRSCF
7878
MLIRSCFToStandard
79-
MLIRStandardOps
79+
MLIRStandard
8080
MLIRStandardToLLVM
8181
MLIRSupport
8282
MLIRTransforms

0 commit comments

Comments
 (0)