summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-11 07:59:50 +0000
committerChris Lattner <sabre@nondot.org>2007-12-11 07:59:50 +0000
commitc030f00438ecfa992c4dcf21323e143c46362ad7 (patch)
tree68245bdd0cc17a1d9cd5196c413f91ea63146bcc /www/comparison.html
parentfb344d3ddd538746be75941d50b78ff148441abc (diff)
mention pork
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/comparison.html b/www/comparison.html
index dc9f70d51c..0c73491462 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -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>