summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 00:16:17 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 00:16:17 +0000
commitd4821b894a4c15c2f212cf8bcf50b524e3229e9f (patch)
treecb31337ec36fa7e022a9b4a9f78b926bf156ff49 /docs
parent29817ea67f568d0e7111777464705cbbfe3db4de (diff)
downloadllvm-d4821b894a4c15c2f212cf8bcf50b524e3229e9f.tar.gz
llvm-d4821b894a4c15c2f212cf8bcf50b524e3229e9f.tar.bz2
llvm-d4821b894a4c15c2f212cf8bcf50b524e3229e9f.tar.xz
Add mention of Mono to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 087d860bf4..7b42baa9e9 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -357,6 +357,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>
<div>