Sign inSign up

durwasa/cs6843

By durwasa

Updated about 1 year ago

Program Analysis

Image
0

82

durwasa/cs6843 repository overview

LLVM 20.1.7 with Clang on Ubuntu 24.04

This Docker image provides a minimal build of LLVM 20.1.7 with Clang, compiled from source on Ubuntu 24.04.

What's Included

  • Ubuntu 24.04 (base image)
  • LLVM 20.1.7 (built from source)
  • Clang compiler
  • GCC / G++
  • CMake
  • Ninja
  • LLD
  • Python 3

📁 Installed Path

LLVM is installed at:
/root/llvm

All binaries (like clang, llvm-as, etc.) are added to PATH.

Quick Start

docker pull your-dockerhub-username/llvm-20.1.7:latest
docker run -it your-dockerhub-username/llvm-20.1.7 bash

clang --version

Tag summary

Content type

Image

Digest

sha256:2b540b1d3

Size

1.1 GB

Last updated

about 1 year ago

docker pull durwasa/cs6843:arm