[llvm-commits] CVS: llvm-www/OpenProjects.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 21 13:29:43 PDT 2005
Changes in directory llvm-www:
OpenProjects.html updated: 1.8 -> 1.9
---
Log message:
"Compiler dependencies" page is now section 38.
---
Diffs of the changes: (+2 -2)
OpenProjects.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.8 llvm-www/OpenProjects.html:1.9
--- llvm-www/OpenProjects.html:1.8 Sat Jul 16 00:43:39 2005
+++ llvm-www/OpenProjects.html Fri Oct 21 15:29:32 2005
@@ -349,7 +349,7 @@
<li>Write a new frontend for C/C++ <b>in</b> C++, giving us the ability to
directly use LLVM C++ classes from within a compiler rather than use
C-based wrapper functions a la llvm-gcc. One possible starting point is the <a
-href="http://www.parashift.com/c++-faq-lite/compiler-dependencies.html#faq-37.11">C++
+href="http://www.parashift.com/c++-faq-lite/compiler-dependencies.html#faq-38.11">C++
yacc grammar by Ed Willink</a>.</li>
<li>Write a new frontend for some other language (Java? OCaml? Forth?)</li>
<li>Write a disassembler for machine code that would use TableGen to output
@@ -376,7 +376,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/07/16 05:43:39 $
+ Last modified: $Date: 2005/10/21 20:29:32 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list