Test commit
[oota-llvm.git] / README.txt
1
2 Low Level Virtual Machine (LLVM)
3 ================================
4
5 This directory and its subdirectories contain source code for the Low Level
6 Virtual Machine, a toolkit for the construction of highly optimized compilers,
7 optimizers, and runtime environments.
8
9 LLVM is open source software. You may freely distribute it under the terms of
10 the license agreement found in LICENSE.txt.
11
12 Please see the HTML documentation provided in docs/index.html for further
13 assistance with LLVM.
14
15 If you're writing a package for LLVM, see docs/Packaging.html for our
16 suggestions.