aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-28 19:26:42 +0000
committerChris Lattner <sabre@nondot.org>2007-11-28 19:26:42 +0000
commit8a1bf1111a134e88b8b1c81e17855eb64ab054c8 (patch)
treee4ff36400bb35dfee821bb1814fce0678ece234e
parent2877109a264176b805db5f7a5d52f0a4bbc431cd (diff)
downloadexternal_llvm-8a1bf1111a134e88b8b1c81e17855eb64ab054c8.tar.gz
external_llvm-8a1bf1111a134e88b8b1c81e17855eb64ab054c8.tar.bz2
external_llvm-8a1bf1111a134e88b8b1c81e17855eb64ab054c8.zip
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44414 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/tutorial/LangImpl3.html3
1 files changed, 3 insertions, 0 deletions
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. :)
</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>
<!-- *********************************************************************** -->