[cfe-commits] r44857 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Mon Dec 10 23:59:54 PST 2007
Author: lattner
Date: Tue Dec 11 01:59:50 2007
New Revision: 44857
URL: http://llvm.org/viewvc/llvm-project?rev=44857&view=rev
Log:
mention pork
Modified:
cfe/trunk/www/comparison.html
Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=44857&r1=44856&r2=44857&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Dec 11 01:59:50 2007
@@ -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>
More information about the cfe-commits
mailing list