From f2f92ba4d4af8ea0d4b099fb8923d56fa8f1b9c3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sun, 13 May 2012 10:00:58 +0000 Subject: [PATCH] Add blurb for LLVM D Compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156733 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2374efe8487..b1083da6cbb 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -290,6 +290,16 @@ Release Notes. +

LLVM D Compiler

+ +
+ +

LLVM D Compiler (LDC) is + a compiler for the D programming Language. It is based on the DMD frontend + and uses LLVM as backend.

+ +
+

Open Shading Language