Red Hat Training

A Red Hat training course is available for Red Hat Developer Tools

Chapter 4. Container Image with Clang and LLVM Toolset for RHEL 7

The Clang and LLVM Toolset is available as a container image which can be downloaded from Red Hat Container Registry.

4.1. Image Contents

The devtools/llvm-toolset-7.0-rhel7 image provides content corresponding to the following packages:

ComponentVersionPackage

LLVM

7.0.1

llvm-toolset-7.0-llvm

Clang

7.0.1

llvm-toolset-7.0-clang

LLDB

7.0.1

llvm-toolset-7.0-lldb

Runtime libraries

7.0.1

llvm-toolset-7.0-compiler-rt

Open MP library

7.0.1

llvm-toolset-7.0-libomp

CMake

3.6.2

llvm-toolset-7.0-cmake

python-lit

0.7.1

llvm-toolset-7.0-python-lit

4.2. Access to the Image

To pull the devtools/llvm-toolset-7.0-rhel7 image, run the following command as root:

# podman pull registry.access.redhat.com/devtools/llvm-toolset-7.0-rhel7

4.3. Additional Resources