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