Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
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.


