These scripts build an LLVM/Musl sysroot from a GNU host.
./boot.sh
this will create a sysroot in ./sysroot
We provide compiler wrapper scripts to use the sysroot.
./x86_64-iglunix-linux-musl-c++.sh sanity.cpp
- clang
- compiler-rt
- lld
- cmake
- GNU make
- python