[llvm-commits] [llvm] r83334 - /llvm/trunk/README.txt
Evan Phoenix
evan at fallingsnow.net
Mon Oct 5 15:29:11 PDT 2009
Author: evanphx
Date: Mon Oct 5 17:29:11 2009
New Revision: 83334
URL: http://llvm.org/viewvc/llvm-project?rev=83334&view=rev
Log:
First test commit
Modified:
llvm/trunk/README.txt
Modified: llvm/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/README.txt?rev=83334&r1=83333&r2=83334&view=diff
==============================================================================
--- llvm/trunk/README.txt (original)
+++ llvm/trunk/README.txt Mon Oct 5 17:29:11 2009
@@ -1,9 +1,9 @@
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.
More information about the llvm-commits
mailing list