Releases for dynamically linked precompiled CLang.
| README.md | Update README.md | |
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.