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 | fb23a968ad09fee98d62b15bbf5702ff696053c1 (patch) | |
tree | d7a47b8f60241adb551cb3a2b8e22a9e8bc77b25 | |
parent | 5a5194fec3819cd1bf030b6d7697f5dd0aecc2f7 (diff) | |
download | bcm5719-llvm-fb23a968ad09fee98d62b15bbf5702ff696053c1.tar.gz bcm5719-llvm-fb23a968ad09fee98d62b15bbf5702ff696053c1.zip |
add a stub for Roadsend PHP
llvm-svn: 65705
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 13ef51fb144..13243cc8b5b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> <!-- *********************************************************************** --> |