[llvm-commits] [llvm] r44414 - /llvm/trunk/docs/tutorial/LangImpl3.html
Chris Lattner
sabre at nondot.org
Wed Nov 28 11:26:42 PST 2007
Author: lattner
Date: Wed Nov 28 13:26:42 2007
New Revision: 44414
URL: http://llvm.org/viewvc/llvm-project?rev=44414&view=rev
Log:
Add a note
Modified:
llvm/trunk/docs/tutorial/LangImpl3.html
Modified: llvm/trunk/docs/tutorial/LangImpl3.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.html?rev=44414&r1=44413&r2=44414&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.html Wed Nov 28 13:26:42 2007
@@ -47,6 +47,9 @@
parser than it is to generate LLVM IR code. :)
</p>
+<p><b>Please note</b>: the code in this chapter and later require LLVM 2.2 or
+LLVM SVN to work. LLVM 2.1 and before will not work with it.</p>
+
</div>
<!-- *********************************************************************** -->
More information about the llvm-commits
mailing list