August 2014
Beginner to intermediate
314 pages
7h 57m
English
Projects that live outside the core LLVM and Clang repositories need to be separately downloaded. In this chapter, we introduce a variety of other official LLVM projects and explain how to build and install them. Readers only interested in core LLVM tools may skip this chapter or come back when required.
In this chapter, we will cover what are and how to install the following projects:
Beyond the projects covered in this chapter, there are two official LLVM projects outside the scope of this book: Polly, the polyhedral optimizer, and lld, the LLVM linker, which is currently in development.
Prebuilt binary packages do not include any of the external projects ...
Read now
Unlock full access