musllvm

A pure LLVM/Clang cross compiler toolchain targeting musl C
git clone git://git.daat.foo/musllvm.git
Log | Files | Refs | README | LICENSE

commit 72539d23c43c656fbec456d8729bc2d61e68f22f
parent bf93e7d6c50d71a77d32a6afdd26474d90d5ce00
Author: cowmonk <cowmonk@based.pt>
Date:   Wed, 12 Nov 2025 11:31:24 -0700

Added CMLFS to Credits

I love you dslm4515, thank you for saving me from a lot of hassle

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -12,3 +12,4 @@ Here are some dependencies required to build this toolchain: # Credits * [Chimera linux](https://chimera-linux.org) - Majority of patches are sourced from chimera linux. +* [CMLFS](https://github.com/dslm4515/CMLFS) - Many of the build scripts were taken as reference for the musllvm toolchain itself