diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-28 06:16:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-28 06:16:08 +0000 |
commit | e438c561742df95bee3b512b0049b9ccf20f8f60 (patch) | |
tree | 01bae60b07c5cd1683b50523d738edb8f60e9dd4 | |
parent | ecdefb5df755b260b79b94ab98acfe6fcee3318d (diff) | |
download | bcm5719-llvm-e438c561742df95bee3b512b0049b9ccf20f8f60.tar.gz bcm5719-llvm-e438c561742df95bee3b512b0049b9ccf20f8f60.zip |
Update text to point people at the right version of the tutorial for
their release.
llvm-svn: 51638
-rw-r--r-- | llvm/docs/tutorial/LangImpl3.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index 3228e01da12..39a672dc868 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/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> |