150
|
1 The LLVM Compiler Infrastructure
|
|
2 ================================
|
|
3
|
|
4 This directory and its subdirectories contain source code for LLVM,
|
|
5 a toolkit for the construction of highly optimized compilers,
|
|
6 optimizers, and runtime environments.
|
|
7
|
|
8 LLVM is open source software. You may freely distribute it under the terms of
|
|
9 the license agreement found in LICENSE.txt.
|
|
10
|
|
11 Please see the documentation provided in docs/ for further
|
|
12 assistance with LLVM, and in particular docs/GettingStarted.rst for getting
|
|
13 started with LLVM and docs/README.txt for an overview of LLVM's
|
|
14 documentation setup.
|
|
15
|
|
16 If you are writing a package for LLVM, see docs/Packaging.rst for our
|
|
17 suggestions.
|