diff tester.sh @ 16:860524276608 trunk

[svn r20] * Added a simple compiletime std.stdio by downs * Added a simple lphobos of std.stdio (so far) * 'tester.sh run' now links to lphobos
author lindquist
date Wed, 03 Oct 2007 05:41:15 +0200
parents d3ee9efe20e2
children 3cfcb944304e
line wrap: on
line diff
--- a/tester.sh	Wed Oct 03 04:56:32 2007 +0200
+++ b/tester.sh	Wed Oct 03 05:41:15 2007 +0200
@@ -17,7 +17,7 @@
     cat $1.ll
     exit $?
 elif [ "$2" = "run" ]; then
-    llvmdc $1 -Itest -odtest -of$1 &&
+    llvmdc $1 lib/lphobos.bc -Itest -odtest -of$1 &&
     $1
     exit $?
 elif [ "$2" = "c" ]; then