Part 1: The Basics of Compiler Construction with LLVM
In this section, you will learn how to compile LLVM by yourself and tailor the build to your needs. You will understand how LLVM projects are organized, and you will create your first project utilizing LLVM. Finally, you will explore the overall structure of a compiler, while creating a small compiler yourself.
This section comprises the following chapters:
- Chapter 1, Installing LLVM
- Chapter 2, The Structure of a Compiler