Installing LLVM

Опубликовано: 29 Июль 2026
на канале: CompilersLab
28,132
284

This video explains how to download and install LLVM in your local system. Most of the information in the video has been taken from the LLVM Getting Started guide. We also briefly mention the Gold Plugin, which can be used to enable link-time optimizations. More information about Gold can be found in the references below. But notice that using the Gold Plugin is optional.

Compilers Laboratory website:
http://lac.dcc.ufmg.br/index.html

Slides:
https://homepages.dcc.ufmg.br/~fernan...

References:
[1] https://llvm.org/docs/GettingStarted....
[2] https://llvm.org/docs/GoldPlugin.html