[llvm-commits] [www] r170700 - /www/trunk/index.html
Chris Lattner
sabre at nondot.org
Thu Dec 20 06:46:33 PST 2012
Author: lattner
Date: Thu Dec 20 08:46:33 2012
New Revision: 170700
URL: http://llvm.org/viewvc/llvm-project?rev=170700&view=rev
Log:
people keep pointing out that the web page doesn't say what LLVM expands to...
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=170700&r1=170699&r2=170700&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Dec 20 08:46:33 2012
@@ -12,7 +12,8 @@
<p>The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies. Despite its name, LLVM has little to do with
traditional virtual machines, though it does provide helpful libraries that
- can be <a href="http://vmkit.llvm.org">used to build them</a>.</p>
+ can be <a href="http://vmkit.llvm.org">used to build them</a>. The name
+ "LLVM" itself is not an acronym, it is the full name of the project.</p>
<p>LLVM began as a <a href="pubs/2004-01-30-CGO-LLVM.html">research
project</a> at
More information about the llvm-commits
mailing list