From 51c971701a80a6cdc8192fdcc1a8ea0255710731 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 28 Nov 2007 19:26:42 +0000 Subject: Add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44414 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl3.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/tutorial') diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index 0258961ce6..b29f422a9e 100644 --- a/docs/tutorial/LangImpl3.html +++ b/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. :)

+

Please note: 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.

+ -- cgit v1.2.3