From: Owen Anderson Date: Tue, 23 Oct 2007 06:05:37 +0000 (+0000) Subject: Add downloadable code sample for tutorial 2. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a7dfb757265c46edb729dd40172188973db3486e;p=oota-llvm.git Add downloadable code sample for tutorial 2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43242 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tutorial/JITTutorial2.html b/docs/tutorial/JITTutorial2.html index d88668ad771..047579735e0 100644 --- a/docs/tutorial/JITTutorial2.html +++ b/docs/tutorial/JITTutorial2.html @@ -24,7 +24,7 @@
-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 Tutorial2.tar.bz2 or Tutorial2.zip.
diff --git a/docs/tutorial/Tutorial2.tar.bz2 b/docs/tutorial/Tutorial2.tar.bz2 new file mode 100644 index 00000000000..a15f492d2de 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 index 00000000000..1150f047661 Binary files /dev/null and b/docs/tutorial/Tutorial2.zip differ