forked from OSchip/llvm-project
add9f1a5dc
C interface emission is controlled by a flag and has coarse granularity. With this coarse control, interfaces are emitted for all external functions. This makes is easy to get undefined symbols. This revision adds support for controlling per-function emission with an "emit_c_interface" attribute. |
||
---|---|---|
.. | ||
Dialects | ||
Tutorials/Toy | ||
includes/img | ||
CMakeLists.txt | ||
Canonicalization.md | ||
ConversionToLLVMDialect.md | ||
CreatingADialect.md | ||
DeclarativeRewrites.md | ||
DefiningAttributesAndTypes.md | ||
Diagnostics.md | ||
DialectConversion.md | ||
EDSC.md | ||
GenericDAGRewriter.md | ||
Interfaces.md | ||
LangRef.md | ||
MLIRForGraphAlgorithms.md | ||
OpDefinitions.md | ||
Passes.md | ||
Quantization.md | ||
QuickstartRewrites.md | ||
README.txt | ||
Rationale.md | ||
RationaleLinalgDialect.md | ||
RationaleSimplifiedPolyhedralForm.md | ||
ShapeInference.md | ||
SymbolsAndSymbolTables.md | ||
Traits.md | ||
UsageOfConst.md | ||
WritingAPass.md | ||
doxygen-mainpage.dox | ||
doxygen.cfg.in |
README.txt
MLIR documentation ================== Please note mlir.llvm.org is where MLIR's rendered documentation is displayed. The viewing experience on GitHub or elsewhere may not match those of the website. For any changes please verify instead that they work on the main website first. See https://github.com/llvm/mlir-www for the website generation information.