X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=README.txt;h=0dad9f5e0a67405410ef6841a053bcbf0638c22b;hb=17b21539cfb5d03cc12573bc8fd3e4246b41405c;hp=108bf2ab9d25c1e2ac0ffce4f297a8100518c6fd;hpb=ad0b738ad42ff25d024dff472e2938cd86de6d9e;p=oota-llvm.git diff --git a/README.txt b/README.txt index 108bf2ab9d2..0dad9f5e0a6 100644 --- a/README.txt +++ b/README.txt @@ -1,12 +1,16 @@ Low Level Virtual Machine (LLVM) ================================ -This directory and its subdirectories contain source code for the Low Level +This directory and its subdirectories contain source code for the Low Level Virtual Machine, a toolkit for the construction of highly optimized compilers, -optimizers, and runtime environments. +optimizers, and runtime environments. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. Please see the HTML documentation provided in docs/index.html for further assistance with LLVM. + +If you're writing a package for LLVM, see docs/Packaging.html for our +suggestions. +