1.3. Installing LLVM Toolset
On Red Hat Enterprise Linux 8, enable the llvm-toolset module to install LLVM Toolset and dependent packages. On Red Hat Enterprise Linux 9 and 10, install the llvm-toolset package instead.
Prerequisites
- All available Red Hat Enterprise Linux updates are installed.
Procedure
Install LLVM Toolset:
On RHEL 8, enter:
# yum module install llvm-toolsetOn RHEL 9 and 10, enter:
# dnf install llvm-toolset
To also install the LLDB debugger and the
python3-litpackage, enter:# dnf install lldb python3-lit