1
0
Fork
You've already forked clang-distribution
0
Releases for dynamically linked precompiled CLang.
2026年06月30日 15:55:37 +02:00
README.md Update README.md 2026年06月30日 15:55:37 +02:00

clang-distribution

prebuilt clang/lld for Static Linux.

dynamically linked against musl so it actually works on a real system instead of dragging in 500MB of glibc garbage. all deps bundled.

what's in the tarball

clang the compiler
lld the linker
ld-musl-x86_64.so.1 musl libc
libLLVM.so.22.1 llvm
libclang-cpp.so.22.1 clang libs
libc++.so.1 libc++
libc++abi.so.1 libc++abi
libunwind.so.1 unwinder
libffi.so.8 ffi
libedit.so.0 line editing
libncursesw.so.6 terminal
libz.so.1 zlib
libzstd.so.1 zstd

install

via ace:

ace install compilers/clang-dist

building from source

don't. use neostrap if you hate yourself.

binaries sourced from

chimera linux - musl+clang distro, builds everything with llvm from scratch.