From d4821b894a4c15c2f212cf8bcf50b524e3229e9f Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Wed, 26 Oct 2011 00:16:17 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 087d860bf41..7b42baa9e91 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -356,6 +356,20 @@ object-oriented programming, operator overloading and strong typing.
+
+Mono
+
+
+
+
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.
+
+
Note that we use a Git mirror of LLVM with some patches. See:
+ https://github.com/mono/llvm
+
+
+
Portable OpenCL (pocl)