Skip to content

Release for version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lembergerth lembergerth released this 18 Jun 13:47
0.3.0
7c7da53

Adds functionality for parsing LLVM IR files in human-readable assembly language (.ll files)
and contains some enhancements to error handling.

Most notably, it is advised to create a Context object and use that for IR parsing,
to be able to perform proper memory cleanups.