Stella Laurenzo | aa8431f | 2021-08-05 15:57:27 -0700 | [diff] [blame] | 1 | # IREE LLVM-based projects |
| 2 | |
| 3 | Projects in this tree are targeted for interop with upstream LLVM/MLIR and |
| 4 | related projects. They follow LLVM standards, build system, API design and |
| 5 | packaging 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 | |
| 10 | We publish projects here when they are meant to consume or interoperate at a |
| 11 | build/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. |