summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-28 06:16:08 +0000
committerChris Lattner <sabre@nondot.org>2008-05-28 06:16:08 +0000
commitd4c2491ce80f29f0386b18763c8999be2e0df006 (patch)
tree0f3730f83ccaaee2be62e63d21364f052a3461e3 /docs
parenta935db8ea28ee73be647e8aa46ce59baf9279306 (diff)
downloadllvm-d4c2491ce80f29f0386b18763c8999be2e0df006.tar.gz
llvm-d4c2491ce80f29f0386b18763c8999be2e0df006.tar.bz2
llvm-d4c2491ce80f29f0386b18763c8999be2e0df006.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/LangImpl3.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html
index 3228e01da1..39a672dc86 100644
--- a/docs/tutorial/LangImpl3.html
+++ b/docs/tutorial/LangImpl3.html
@@ -48,7 +48,11 @@ 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>
+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 <a href="http://llvm.org/releases/">llvm.org
+releases page</a>.</p>
</div>