[llvm-commits] [dragonegg] r146734 - /dragonegg/trunk/www/index.html

Duncan Sands baldrick at free.fr
Fri Dec 16 02:46:39 PST 2011


Author: baldrick
Date: Fri Dec 16 04:46:38 2011
New Revision: 146734

URL: http://llvm.org/viewvc/llvm-project?rev=146734&view=rev
Log:
Forgot to hard-code in the revision number for the release.
Mention this on the web page.

Modified:
    dragonegg/trunk/www/index.html

Modified: dragonegg/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/www/index.html?rev=146734&r1=146733&r2=146734&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Fri Dec 16 04:46:38 2011
@@ -74,6 +74,19 @@
       <li>The type and constant conversion logic has been almost entirely rewritten,
       fixing a multitude of obscure bugs.</li>
       </ul>
+      <p>Known problems with the DragonEgg-3.0 release:</p>
+      <ul>
+      <li>The Makefile tries to use <tt>svnversion</tt> to get the LLVM
+      revision.  To fix this, replace this line
+      <pre>
+      REVISION:=$(shell svnversion -n $(TOP_DIR))
+      </pre>
+      with
+      <pre>
+      REVISION:=3.0
+      </pre>
+      </li>
+      </ul>
   <li><p><a href="#gettingrelease">DragonEgg-2.9</a> was the third
       DragonEgg release.  It requires
       <a href="http://llvm.org/releases/download.html#2.9">LLVM-2.9</a> and





More information about the llvm-commits mailing list