Add downloadable code sample for tutorial 2.
authorOwen Anderson <resistor@mac.com>
Tue, 23 Oct 2007 06:05:37 +0000 (06:05 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 23 Oct 2007 06:05:37 +0000 (06:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43242 91177308-0d34-0410-b5e6-96231b3b80d8

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

index d88668ad771aae68517b3ef889da1739cd8af7f6..047579735e0bd6eae9f6fb0bd363e1d29de9f76f 100644 (file)
@@ -24,7 +24,7 @@
 <!-- *********************************************************************** -->
 
 <div class="doc_text">
-All the code in this example can be downloaded at Tutorial2.tar.bz2 or Tutorial2.zip.
+All the code in this example can be downloaded at <a href="Tutorial2.tar.bz2">Tutorial2.tar.bz2</a> or <a href="Tutorial2.zip">Tutorial2.zip</a>.
 </div>
 
 <!-- *********************************************************************** -->
diff --git a/docs/tutorial/Tutorial2.tar.bz2 b/docs/tutorial/Tutorial2.tar.bz2
new file mode 100644 (file)
index 0000000..a15f492
Binary files /dev/null and b/docs/tutorial/Tutorial2.tar.bz2 differ
diff --git a/docs/tutorial/Tutorial2.zip b/docs/tutorial/Tutorial2.zip
new file mode 100644 (file)
index 0000000..1150f04
Binary files /dev/null and b/docs/tutorial/Tutorial2.zip differ