Add mention of Mono to external OS projects.
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 00:16:17 +0000 (00:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 00:16:17 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142990 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 087d860bf41243d9dbaa97137fa372266c34630a..7b42baa9e915e77e2f6bc53689c495058647c28c 100644 (file)
@@ -356,6 +356,20 @@ object-oriented programming, operator overloading and strong typing.</p>
 
 </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>