C library for graph-based SSA representation of programs
libFirm is a C library that provides a graph-based intermediate representation, optimizations and assembly code generation suitable for use in compilers.
libFirm is a C library that provides a graph-based intermediate representation, optimizations and assembly code generation suitable for use in compilers.
To install libfirm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libfirm
To see what files were installed by libfirm, run:
port contents libfirm
To later upgrade libfirm, run:
sudo port selfupdate && sudo port upgrade libfirm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.