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-6.0-rhel7 image provides content corresponding to the following packages:

ComponentVersionPackage

LLVM

6.0.1

llvm-toolset-8-llvm

Clang

6.0.1

llvm-toolset-8-clang

LLDB

6.0.1

llvm-toolset-8-lldb

Runtime libraries

6.0.1

llvm-toolset-8-compiler-rt

Open MP library

6.0.1

llvm-toolset-8-libomp

CMake

3.6.2

llvm-toolset-8-cmake

python-lit

0.6

llvm-toolset-8-python-lit

4.2. Access to the Image

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

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

4.3. Additional Resources