Red Hat Training

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

Chapter 4. Container Image

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

4.1. Image Contents

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

ComponentVersionPackage

LLVM

5.0.1

llvm-toolset-7-llvm

Clang

5.0.1

llvm-toolset-7-clang

LLDB

5.0.1

llvm-toolset-7-lldb

Runtime libraries

5.0.1

llvm-toolset-7-compiler-rt

Open MP library

5.0.1

llvm-toolset-7-libomp

CMake

3.6.2

llvm-toolset-7-cmake

python-lit

0.5.1

llvm-toolset-7-python-lit

4.2. Access to the Image

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

# docker pull registry.access.redhat.com/devtools/llvm-toolset-7-rhel7

4.3. Additional Resources