Files
clang-p2996/mlir/test/Conversion/FuncToEmitC
Marius Brehler 9a87c5d440 [mlir][EmitC] Add support for external functions (#80547)
This adds a conversion from an externaly defined `func.func`, a
`func.func` without function body, to an `emitc.func` with an `extern`
specifier.
2024-02-05 16:58:10 +01:00
..