From 0325053da3be307007784d91b9a50aada7ac6044 Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Tue, 1 Nov 2011 04:08:23 +0000
Subject: [PATCH] Add LuaAV to external projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143431 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ea123d21e19..8c94c7d1201 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -417,6 +417,19 @@ object-oriented programming, operator overloading and strong typing.
+
+LuaAV
+
+
+
+
LuaAV is a real-time
+ audiovisual scripting environment based around the Lua language and a
+ collection of libraries for sound, graphics, and other media protocols. LuaAV
+ uses LLVM and Clang to JIT compile efficient user-defined audio synthesis
+ routines specified in a declarative syntax.
+
+
+
Mono