Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Learn LLVM 17 — Second Edition
Kai Nacke, Amy Kwan
ISBN: 978-1-83763-134-6
- Configure, compile, and install the LLVM framework
- Understand how the LLVM source is organized
- Discover what you need to do to use LLVM in your own projects
- Explore how a compiler is structured, and implement a tiny compiler
- Generate LLVM IR for common source language constructs
- Set up an optimization pipeline and tailor it for your own needs
- Extend LLVM with transformation passes and clang tooling
- Add new machine instructions and a complete backend
LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries
Min-Yih Hsu
ISBN: 978-1-83882-495-2
- Find out how LLVM’s build system works and how to reduce the building resource
- Get to grips with running custom testing with LLVM...