From: Chris Lattner
Date: Wed, 28 May 2008 06:16:08 +0000 (+0000)
Subject: Update text to point people at the right version of the tutorial for
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d4c2491ce80f29f0386b18763c8999be2e0df006;p=oota-llvm.git
Update text to point people at the right version of the tutorial for
their release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51638 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html
index 3228e01da12..39a672dc868 100644
--- a/docs/tutorial/LangImpl3.html
+++ b/docs/tutorial/LangImpl3.html
@@ -48,7 +48,11 @@ 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.
+later. LLVM 2.1 and before will not work with it. Also note that you need
+to use a version of this tutorial that matches your LLVM release: If you are
+using an official LLVM release, use the version of the documentation included
+with your release or on the llvm.org
+releases page.