diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-28 18:58:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-28 18:58:01 +0000 |
commit | 1ad599ad9d1faa243c5d260f8b89f2b977bcf90a (patch) | |
tree | 0011a1a3b8d3efea0538168f611aee3a8c8b82e7 | |
parent | 9706385b9af22325c3aa4281672a1b228abc8840 (diff) | |
download | external_llvm-1ad599ad9d1faa243c5d260f8b89f2b977bcf90a.zip external_llvm-1ad599ad9d1faa243c5d260f8b89f2b977bcf90a.tar.gz external_llvm-1ad599ad9d1faa243c5d260f8b89f2b977bcf90a.tar.bz2 |
add a stub for Roadsend PHP
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65705 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 13ef51f..13243cc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -246,6 +246,18 @@ fully featured as the original DMD compiler from DigitalMars. </p> </div> +<!--=========================================================================--> +<div class="doc_subsection"> +<a name="RoadsendPHP">Roadsend PHP</a> +</div> + +<div class="doc_text"> +<p>http://code.roadsend.com/rphp</p> + +<p>Roadsend PHP is using LLVM for code generation. This is an open source +project. +</p> +</div> <!-- *********************************************************************** --> |