[llvm-commits] [llvm] r142990 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Tue Oct 25 17:16:17 PDT 2011


Author: void
Date: Tue Oct 25 19:16:17 2011
New Revision: 142990

URL: http://llvm.org/viewvc/llvm-project?rev=142990&view=rev
Log:
Add mention of Mono to external OS projects.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142990&r1=142989&r2=142990&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 19:16:17 2011
@@ -357,6 +357,20 @@
 </div>
 
 <!--=========================================================================-->
+<h3>Mono</h3>
+
+<div>
+
+<p>An open source, cross-platform implementation of C# and the CLR that is
+   binary compatible with Microsoft.NET. Has an optional, dynamically-loaded
+   LLVM code generation backend in Mini, the JIT compiler.</p>
+
+<p>Note that we use a Git mirror of LLVM with some patches. See:
+   https://github.com/mono/llvm</p>
+
+</div>
+
+<!--=========================================================================-->
 <h3>Portable OpenCL (pocl)</h3>
 
 <div>





More information about the llvm-commits mailing list