blob: e5188ecd59c14ff2bdea403f4a77b9b322aca6cb [file] [log] [blame] [edit]
add_mlir_dialect_library(MLIRStandard
IR/Ops.cpp
EDSC/Builders.cpp
EDSC/Intrinsics.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/StandardOps
DEPENDS
MLIRStandardOpsIncGen
LINK_LIBS PUBLIC
MLIRCallInterfaces
MLIRControlFlowInterfaces
MLIREDSC
MLIRIR
MLIRSideEffectInterfaces
MLIRVectorInterfaces
MLIRViewLikeInterface
)
add_subdirectory(Transforms)