llvm-gcc42 integrates the LLVM optimizers and code generator with the GCC 4.2 parser. This allows LLVM to compile languages supported by the GCC compiler frontends, and provides high-fidelity drop-in compatibility with version 4.2 of GCC.
llvm-gcc42 integrates the LLVM optimizers and code generator with the GCC 4.2 parser. This allows LLVM to compile languages supported by the GCC compiler frontends, and provides high-fidelity drop-in compatibility with version 4.2 of GCC.
To install llvm-gcc42, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install llvm-gcc42
To see what files were installed by llvm-gcc42, run:
port contents llvm-gcc42
To later upgrade llvm-gcc42, run:
sudo port selfupdate && sudo port upgrade llvm-gcc42
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.