[vmkit-commits] [vmkit] r185812 - Updated www/get_started.html to LLVM 3.3

Peter Senna Tschudin peter.senna at gmail.com
Mon Jul 8 05:18:44 PDT 2013


Author: peter.senna
Date: Mon Jul  8 07:18:44 2013
New Revision: 185812

URL: http://llvm.org/viewvc/llvm-project?rev=185812&view=rev
Log:
Updated www/get_started.html to LLVM 3.3

Modified:
    vmkit/trunk/www/get_started.html

Modified: vmkit/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/get_started.html?rev=185812&r1=185811&r2=185812&view=diff
==============================================================================
--- vmkit/trunk/www/get_started.html (original)
+++ vmkit/trunk/www/get_started.html Mon Jul  8 07:18:44 2013
@@ -31,20 +31,23 @@ You will have to install a C++ compiler
 compile vmkit2</p>
 
 <ol>
-  <li>Download <a href="http://llvm.org/releases/3.2/llvm-3.2.src.tar.gz">
-    LLVM 3.2</a> and 
-    <a href="http://llvm.org/releases/3.2/clang-3.2.src.tar.gz">Clang 3.2</a>
+  <li>Download <a href="http://llvm.org/releases/3.3/llvm-3.3.src.tar.gz">
+    LLVM 3.3</a> and 
+    <a href="http://llvm.org/releases/3.3/cfe-3.3.src.tar.gz">Clang 3.3</a>
     source code.
   </li>
 
   <ul>
-    <li><tt>tar zxvf llvm-3.2.src.tar.gz</tt></li>
+    <li><tt>tar zxvf llvm-3.3.src.tar.gz</tt></li>
     <li><tt>cd llvm-3.2.src/tools</li></tt>
-    <li><tt>tar zxvf ../../clang-3.2.src.tar.gz</tt></li>
-    <li><tt>mv clang-3.2.src clang</li></tt>
+    <li><tt>tar zxvf ../../cfe-3.3.src.tar.gz</tt></li>
+    <li><tt>mv cfe-3.3.src cfe</li></tt>
     <li><tt>cd ..</li></tt>
     <li><tt>./configure --enable-optimized; make</tt></li>
   </ul>
+  <br><b>To compile LLVM and VMKit with RTTI enabled, one can pass the parameter
+REQUIRES_RTTI=1 to make. Passing this argument removes the flag -fno-rtti from
+the compiler options. Ex: $ make REQUIRES_RTTI=1</b>
 
   <p><b>Skip the Classpath steps if you plan to use OpenJDK.</b><br/>
   <li><a href="ftp://ftp.gnu.org/gnu/classpath/classpath-0.99.tar.gz">Download





More information about the vmkit-commits mailing list