blob: 90b89dc53ffff0aea8678206831e6bf60b9a2683 [file] [log] [blame] [view]
# IREE Dialects Project
Sources for IREE's public dialects (containing ops/types/attributes that are
unique to IREE and can appear in compiler inputs).
This project is intended to be used via LLVM's external projects setup:
* `-DLLVM_EXTERNAL_PROJECTS=iree-dialects`
* `-DLLVM_EXTERNAL_IREE_DIALECTS_SOURCE_DIR={this_directory}`
It depends on the `mlir` project.