Add downloadable code samples.
authorOwen Anderson <resistor@mac.com>
Mon, 22 Oct 2007 06:35:07 +0000 (06:35 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 22 Oct 2007 06:35:07 +0000 (06:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43219 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/JITTutorial1.html
docs/tutorial/Tutorial1.tar.bz2 [new file with mode: 0644]
docs/tutorial/Tutorial1.zip [new file with mode: 0644]

index 1de1a9d8061c023b3b6cec854b416c53d5ed2ab6..978187f996f094f719475c11cbe8eb1094f79e12 100644 (file)
   <p>Written by <a href="mailto:owen@apple.com">Owen Anderson</a></p>
 </div>
 
+<!-- *********************************************************************** -->
+<div class="doc_section"><a name="intro">Code Samples</a></div>
+<!-- *********************************************************************** -->
+
+<div class="doc_text">
+All the code in this example can be downloaded at <a href="Tutorial1.tar.bz2">Tutorial1.tar.bz2</a> or <a href="Tutorial1.zip">Tutorial1.zip</a>.
+</div>
+
+<!-- *********************************************************************** -->
+<div class="doc_section"><a name="intro">A First Function</a></div>
+<!-- *********************************************************************** -->
+
 <div class="doc_text">
 
 <p>For starters, lets consider a relatively straightforward function that takes three integer parameters and returns an arithmetic combination of them.  This is nice and simple, especially since it involves no control flow:</p>
diff --git a/docs/tutorial/Tutorial1.tar.bz2 b/docs/tutorial/Tutorial1.tar.bz2
new file mode 100644 (file)
index 0000000..c2594d1
Binary files /dev/null and b/docs/tutorial/Tutorial1.tar.bz2 differ
diff --git a/docs/tutorial/Tutorial1.zip b/docs/tutorial/Tutorial1.zip
new file mode 100644 (file)
index 0000000..0726a22
Binary files /dev/null and b/docs/tutorial/Tutorial1.zip differ