blob: 37a63e3c1c425e5e4f3bab6f15b65146fbf90747 [file] [log] [blame]
add_llvm_library(MLIRStandardOps
IR/Ops.cpp
EDSC/Builders.cpp
EDSC/Intrinsics.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/StandardOps
)
add_dependencies(MLIRStandardOps
MLIRCallOpInterfacesIncGen
MLIREDSC
MLIRIR
MLIRStandardOpsIncGen
LLVMSupport
)
target_link_libraries(MLIRStandardOps
MLIREDSC
MLIRIR
LLVMSupport
)