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