Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions transforms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ add_mlir_library(sair_from_linalg
MLIRIR
MLIRPass
MLIRTransforms
MLIRLinalgOps
MLIRStandardOps
MLIRLinalg
MLIRStandard
MLIRSupport
sair_dialect
)
Expand Down Expand Up @@ -70,13 +70,13 @@ add_mlir_library(sair_lowering
sair_lowering_inc_gen

LINK_LIBS PUBLIC
MLIRAffineOps
MLIRAffine
MLIRAffineToStandard
MLIRIR
MLIRPass
MLIRSCF
MLIRSCFToStandard
MLIRStandardOps
MLIRStandard
MLIRStandardToLLVM
MLIRSupport
MLIRTransforms
Expand Down