[www] r261833 - VMKit is dead...

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 23:30:02 PST 2016


Author: tbrethou
Date: Thu Feb 25 01:30:02 2016
New Revision: 261833

URL: http://llvm.org/viewvc/llvm-project?rev=261833&view=rev
Log:
VMKit is dead...

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=261833&r1=261832&r2=261833&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Thu Feb 25 01:30:02 2016
@@ -5,7 +5,7 @@
 <ul>
   <li><a href="#gsoc16">Google Summer of Code 2016</a></li>
   <li><a href="#what">What is this?</a></li>
-  <li><a href="#subprojects">LLVM Subprojects: Clang and VMKit</a></li>
+  <li><a href="#subprojects">LLVM Subprojects: Clang</a></li>
   <li><a href="#improving">Improving the current system</a>
   <ol>
     <li><a href="#target-desc">Factor out target descriptions</a></li>
@@ -81,21 +81,19 @@ LLVM bug tracker</a>. See the <a href="h
 
 <!-- *********************************************************************** -->
 <div class="www_sectiontitle">
-  <a name="subprojects">LLVM Subprojects: Clang and VMKit</a>
+  <a name="subprojects">LLVM Subprojects: Clang and More</a>
 </div>
 <!-- *********************************************************************** -->
 
 <div class="www_text">
 
 <p>In addition to hacking on the main LLVM project, LLVM has several subprojects,
-   including Clang and VMKit.  If you are interested in working on these, please
+   including Clang and others.  If you are interested in working on these, please
    see their "Open projects" page:</p>
 
 <ul>
 <li>The <a href="http://clang.llvm.org/OpenProjects.html">Clang Open
     Projects</a> list.</li>
-<li>The <a href="http://vmkit.llvm.org/OpenProjects.html">VMKit Open
-    Projects</a> list.</li>
 <li>The <a href="http://sva.cs.illinois.edu/projects.html">SAFECode Open
     Projects</a> list.</li>
 </ul>
@@ -124,7 +122,7 @@ can use improvement...</p>
 <div class="www_text">
 
 <p>Currently, both Clang and LLVM have a separate target description infrastructure,
-with some features duplicated, others "shared" (in the sense that Clang has to create
+with some features duplicated, othersothers "shared" (in the sense that Clang has to create
 a full LLVM target description to query specific information).</p>
 
 <p>This separation has grown in parallel, since in the beginning they were quite




More information about the llvm-commits mailing list