LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk-tblgen.cpp File Reference

This file implements the main entry point for the llzk-tblgen tool. More...

#include <mlir/Tools/mlir-tblgen/MlirTblgenMain.h>
Include dependency graph for llzk-tblgen.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Detailed Description

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.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 21 of file llzk-tblgen.cpp.