comparison llvmdc-tango @ 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 aeddd4d533b3
children 657d37df25b0
comparison
equal deleted inserted replaced
200:e937752e4541 201:8f9191180c7a
5 5
6 exeext= 6 exeext=
7 objext=bc 7 objext=bc
8 8
9 9
10 version=LLVM
10 version=LLVMDC 11 version=LLVMDC
11 noversion=DigitalMars 12 noversion=DigitalMars
12 noversion=GNU 13 noversion=GNU
13 testversion=linux 14 testversion=linux
14 testversion=Unix 15 testversion=Unix
15 testversion=Posix 16 version=Posix
16 testversion=Windows 17 testversion=Windows
17 testversion=Win32 18 testversion=Win32
18 testversion=Win64 19 testversion=Win64
19 testversion=X86 20 testversion=X86
20 testversion=PPC 21 testversion=PPC
39 optimize=-O3 40 optimize=-O3
40 version=-version=$i 41 version=-version=$i
41 42
42 43
43 [link] 44 [link]
44 oneatatime=yes 45 #oneatatime=yes
45 cmd=llvmdc $i -of$o 46 cmd=llvmdc $i -of$o
46 47
47 libdir=-L-L=$i 48 libdir=-L-L=$i
48 lib=-L-l=$i 49 lib=-L-l=$i
49 flag=-L$i 50 flag=-L$i
50 51
51 52
52 [liblink] 53 [liblink]
53 safe=yes 54 safe=yes
54 oneatatime=yes 55 #oneatatime=yes
55 cmd=llvm-ar rsc $o $i 56 cmd=llvm-ar rsc $o $i
56 57
57 libdir=-L=$i 58 libdir=-L=$i
58 lib=-l=$i 59 lib=-l=$i
59 flag=$i 60 flag=$i