diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-28 19:26:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-28 19:26:42 +0000 |
commit | 3fbb6a83a8bf93cb3d023e64bdf3fc48ce8e6abb (patch) | |
tree | c280eaf8102c8ed2126aa4b30abc5a332870fda9 /llvm/docs/tutorial | |
parent | 31540ed8fed9e48aa418d8ac7ccb8616f3d5a7ee (diff) | |
download | bcm5719-llvm-3fbb6a83a8bf93cb3d023e64bdf3fc48ce8e6abb.tar.gz bcm5719-llvm-3fbb6a83a8bf93cb3d023e64bdf3fc48ce8e6abb.zip |
Add a note
llvm-svn: 44414
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl3.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index 0258961ce65..b29f422a9e8 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/docs/tutorial/LangImpl3.html @@ -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> <!-- *********************************************************************** --> |