Description
Compiler IR can be translated back into C through a revived LLVM C backend.
This Git package is useful for compiler developers, toolchain experiments, or compatibility work that needs C output from LLVM. It is a backend tool, not a normal C compiler.
Generated C may be hard to read or unsuitable for production without review. Test output carefully.