Add a note
authorChris Lattner <sabre@nondot.org>
Wed, 28 Nov 2007 19:26:42 +0000 (19:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Nov 2007 19:26:42 +0000 (19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44414 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl3.html

index 0258961ce6521c683455e4051d10da51582c7863..b29f422a9e8ae19b56dfd906e108e21c1ce0fb65 100644 (file)
@@ -47,6 +47,9 @@ demonstrate how easy it is to use.  It's much more work to build a lexer and
 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>
 
 <!-- *********************************************************************** -->