[www] r307683 - fix missing html tags
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 11:11:35 PDT 2017
Author: sylvestre
Date: Tue Jul 11 11:11:35 2017
New Revision: 307683
URL: http://llvm.org/viewvc/llvm-project?rev=307683&view=rev
Log:
fix missing html tags
Modified:
www/trunk/ProjectsWithLLVM/index.html
Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=307683&r1=307682&r2=307683&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Tue Jul 11 11:11:35 2017
@@ -88,10 +88,11 @@
<a name="dragonegg">dragonegg</a>
</div>
<div class="www_text">
-Dragonegg integrates the LLVM optimizers and code generator with the GCC parsers.
+<p>Dragonegg integrates the LLVM optimizers and code generator with the GCC parsers.
This allows LLVM to compile Ada, Fortran, and other languages supported by
the GCC compiler frontends, and access to C features not supported by Clang.
See <a href="http://dragonegg.llvm.org">dragonegg webpage</a>.
+</p>
</div>
<div class="www_subsection">
@@ -99,8 +100,10 @@ See <a href="http://dragonegg.llvm.org">
</div>
<div class="www_text">
+<p>
Current MREs are monolithic. Extending them to propose new features or reusing them to execute new languages is difficult. VMKit is a library that eases the development of new MREs and the process of experimenting with new mechanisms inside MREs. VMKit provides the basic components of MREs: a JIT compiler, a GC, and a thread manager.
See <a href="http://vmkit.llvm.org/">vmkit webpage</a>.
+</p>
</div>
<div class="www_subsection">
More information about the llvm-commits
mailing list