- Getting Started with LLVM Core Libraries
- Bruno Cardoso Lopes Rafael Auler
- 242字
- 2021-09-03 09:44:10
Chapter 1. Build and Install LLVM
The LLVM infrastructure is available for several Unix environments (GNU/Linux, FreeBSD, Mac OS X) and Windows. In this chapter, we describe the necessary steps to get LLVM working in all these systems, step by step. LLVM and Clang prebuilt packages are available in some systems but they can be compiled from the source otherwise.
A beginner LLVM user must consider the fact that the basic setup for a LLVM-based compiler includes both LLVM and Clang libraries and tools. Therefore, all the instructions in this chapter are aimed at building and installing both. Throughout this book, we will focus on LLVM Version 3.4. It is important to note, however, that LLVM is a young project and under active development; therefore, it is subject to change.
Tip
At the time of this writing, LLVM 3.5 had not been released. While this book focuses on LLVM Version 3.4, we plan to release an appendix updating the examples in this book to LLVM 3.5 by the third week of September 2014, allowing you to exercise the content of the book with the newest versions of LLVM. This appendix will be available at https://www.packtpub.com/sites/default/files/downloads/6924OS_Appendix.pdf.
This chapter will cover the following topics:
- Understanding LLVM versions
- Installing LLVM with prebuilt binaries
- Installing LLVM using package managers
- Building LLVM from source for Linux
- Building LLVM from source for Windows and Visual Studio
- Building LLVM from source for Mac OS X and Xcode
- Java程序設計與開發
- Java系統分析與架構設計
- Django開發從入門到實踐
- Software Testing using Visual Studio 2012
- 軟件測試工程師面試秘籍
- Visual Basic程序設計教程
- Hands-On Microservices with Kotlin
- 機器學習與R語言實戰
- Python Data Science Cookbook
- C指針原理揭秘:基于底層實現機制
- 從Power BI到Analysis Services:企業級數據分析實戰
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- ROS機器人編程實戰
- Getting Started with RethinkDB
- Java Web應用開發