This Docker image provides a minimal build of LLVM 20.1.7 with Clang, compiled from source on Ubuntu 24.04.
LLVM is installed at:
/root/llvm
All binaries (like clang, llvm-as, etc.) are added to PATH.
docker pull your-dockerhub-username/llvm-20.1.7:latest
docker run -it your-dockerhub-username/llvm-20.1.7 bash
clang --version
Content type
Image
Digest
sha256:2b540b1d3…
Size
1.1 GB
Last updated
about 1 year ago
docker pull durwasa/cs6843:arm