mention pork

llvm-svn: 44857
This commit is contained in:
Chris Lattner 2007-12-11 07:59:50 +00:00
parent 8e6a8f984c
commit 8975f49065
1 changed files with 6 additions and 0 deletions

View File

@ -157,6 +157,12 @@
<li>Elsa does not support native code generation.</li>
</ul>
<p>Note that there is a fork of Elsa known as "Pork". It addresses some of
these shortcomings by loosly integrating a preprocessor. This allows it
to map from a source location in the AST to the original position before
preprocessing, providing it better support for static analysis and
refactoring. For more details, please see the Pork page.</p>
<!--=====================================================================-->
<h2><a name="pcc">Clang vs PCC (Portable C Compiler)</a></h2>