blob: 143a4b7e72c6d2c56e8ba455f663bdea6292d68c [file] [log] [blame] [view]
Stella Laurenzoaa8431f2021-08-05 15:57:27 -07001# IREE LLVM-based projects
2
3Projects in this tree are targeted for interop with upstream LLVM/MLIR and
4related projects. They follow LLVM standards, build system, API design and
5packaging conventions. In general they are either:
6
7* Meant to be used as an `LLVM_EXTERNAL_PROJECT`.
8* A standalone project based on the LLVM build system.
9
10We publish projects here when they are meant to consume or interoperate at a
11build/source level with other projects in the ecosystem.
12
13## Exceptions to LLVM coding standards
14
15* File headers follow IREE conventions for copyright/license banner.