What is LLVM? | The compiler infrastructure explained

Overview

The LLVM compiler infrastructure project lives at the heart of the Clang C/C++ compiler, and the compilers for languages like Rust and Zig. This video shows in detail the concepts behind LLVM, such as how code in one language is translated into LLVM's own internal language.

Register Now