Clang build specifically for ispc compiler. NOT TO BE USED IN GENERAL. This build is specifically tuned to satisfy the requirements of ispc which uses it as a build dependency only. Has assertions and dump enabled by default, which is not the case in the primary MacPorts LLVM/Clang builds.
Clang build specifically for ispc compiler. NOT TO BE USED IN GENERAL. This build is specifically tuned to satisfy the requirements of ispc which uses it as a build dependency only. Has assertions and dump enabled by default, which is not the case in the primary MacPorts LLVM/Clang builds.
To install ispc-clang, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ispc-clang
To see what files were installed by ispc-clang, run:
port contents ispc-clang
To later upgrade ispc-clang, run:
sudo port selfupdate && sudo port upgrade ispc-clang
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.