diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:17:27 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:17:27 +0000 |
commit | 67c32a98315f785a9ec9d531c1f571a0196c7463 (patch) | |
tree | 4abb9cbeecc7901726dd0b4a37369596c852e9ef /README.txt | |
parent | 9f61947910e6ab40de38e6b4034751ef1513200f (diff) | |
download | src-test2-67c32a98315f785a9ec9d531c1f571a0196c7463.tar.gz src-test2-67c32a98315f785a9ec9d531c1f571a0196c7463.zip |
Notes
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt index 193330f774aa..d9c9239ce1a4 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,8 @@ Low Level Virtual Machine (LLVM) ================================ -This directory and its subdirectories contain source code for the Low Level -Virtual Machine, a toolkit for the construction of highly optimized compilers, +This directory and its subdirectories contain source code for LLVM, +a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments. LLVM is open source software. You may freely distribute it under the terms of @@ -15,3 +15,4 @@ documentation setup. If you're writing a package for LLVM, see docs/Packaging.rst for our suggestions. + |