Installing the LLVM BOLT Dependency
BOLT is an optimizer built on top of the LLVM framework. It is used to shorten the startup time and reduce memory usage of executable files.
Run the following command to install LLVM BOLT:
1
|
yum install llvm-bolt -y |
If Complete is displayed, the installation is successful.

Parent topic: Installing the GCC FDO Component