forked from OSchip/llvm-project
13 lines
366 B
Markdown
13 lines
366 B
Markdown
|
# Developer Guide
|
||
|
|
||
|
This document attempts to describe a few developer policies used in MLIR (such
|
||
|
as coding standards used) as well as development approach (such as, testing
|
||
|
methods).
|
||
|
|
||
|
## Style guide
|
||
|
|
||
|
MLIR follows the [LLVM style](https://llvm.org/docs/CodingStandards.html) guide
|
||
|
except:
|
||
|
|
||
|
* Adopts [camelBack](https://llvm.org/docs/Proposals/VariableNames.html);
|