|
LLZK 0.1.0
Veridise's ZK Language IR
|
This file implements the main entry point for the llzk-tblgen tool. More...
#include <mlir/Tools/mlir-tblgen/MlirTblgenMain.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
This file implements the main entry point for the llzk-tblgen tool.
The tool extends mlir-tblgen with additional C API generators that are registered by the other source files in this directory (OpCAPIGen.cpp, AttrCAPIGen.cpp, TypeCAPIGen.cpp, etc.). These generators provide more comprehensive C API coverage than the default MLIR tablegen tool.
Definition in file llzk-tblgen.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 21 of file llzk-tblgen.cpp.