Build LLVM MinGW from source
masterYou can build the toolchain for your current Unix environment or as a Docker image.
Build for current Unix environment:
Run the build-all.sh script with a target directory.
Build as a Docker image: Use the standard Docker build command.
Note: If you change configure flags in the build-*.sh scripts, you may need to wipe the build directory for each project to ensure the new options are applied.
./build-all.sh <target-dir>
docker build .