[llvm-commits] [llvm] r156733 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Sun May 13 03:00:58 PDT 2012
Author: void
Date: Sun May 13 05:00:58 2012
New Revision: 156733
URL: http://llvm.org/viewvc/llvm-project?rev=156733&view=rev
Log:
Add blurb for LLVM D Compiler.
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=156733&r1=156732&r2=156733&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun May 13 05:00:58 2012
@@ -290,6 +290,16 @@
</div>
+<h3>LLVM D Compiler</h3>
+
+<div>
+
+<p><a href="https://github.com/ldc-developers/ldc">LLVM D Compiler</a> (LDC) is
+ a compiler for the D programming Language. It is based on the DMD frontend
+ and uses LLVM as backend.</p>
+
+</div>
+
<h3>Open Shading Language</h3>
<div>
More information about the llvm-commits
mailing list