diff llvmdc-posix-internal @ 201:8f9191180c7a trunk

[svn r217] Updated: the rebuild profiles. Fixed: way to find class data fields was too strict type wise. Fixed: foreach resulting in an implicit delegate could fail.
author lindquist
date Mon, 12 May 2008 22:44:25 +0200
parents f5ca6bbbf1d7
children
line wrap: on
line diff
--- a/llvmdc-posix-internal	Mon May 12 22:27:05 2008 +0200
+++ b/llvmdc-posix-internal	Mon May 12 22:44:25 2008 +0200
@@ -43,7 +43,7 @@
 
 
 [link]
-oneatatime=yes
+#oneatatime=yes
 cmd=llvmdc $i -of$o
 
 libdir=-L-L$i
@@ -53,7 +53,7 @@
 
 [liblink]
 safe=yes
-oneatatime=yes
+#oneatatime=yes
 cmd=llvm-link -f -o=$o $i
 
 libdir=
@@ -67,7 +67,7 @@
 
 [shliblink]
 shlibs=no
-oneatatime=yes
+#oneatatime=yes
 cmd=llvm-link $i | llc -filetype=dynlib -f -o=$o
 
 libdir=