diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-13 10:00:58 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-13 10:00:58 +0000 |
commit | f2f92ba4d4af8ea0d4b099fb8923d56fa8f1b9c3 (patch) | |
tree | b7efc351a7dd7b46902b74864bfda7ff7ca3e6e7 /docs/ReleaseNotes.html | |
parent | 59a23e334b27847c224679ba8b63f28a66aae9e8 (diff) | |
download | external_llvm-f2f92ba4d4af8ea0d4b099fb8923d56fa8f1b9c3.zip external_llvm-f2f92ba4d4af8ea0d4b099fb8923d56fa8f1b9c3.tar.gz external_llvm-f2f92ba4d4af8ea0d4b099fb8923d56fa8f1b9c3.tar.bz2 |
Add blurb for LLVM D Compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2374efe..b1083da 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -290,6 +290,16 @@ Release Notes</a>.</h1> </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> |