view llvmdc-posix @ 108:288fe1029e1f trunk

[svn r112] Fixed 'case 1,2,3:' style case statements. Fixed a bunch of bugs with return/break/continue in loops. Fixed support for the DMDFE hidden implicit return value variable. This can be needed for some foreach statements where the loop body is converted to a nested delegate, but also possibly returns from the function. Added std.math to phobos. Added AA runtime support code, done ground work for implementing AAs. Several other bugfixes.
author lindquist
date Tue, 20 Nov 2007 05:29:20 +0100
parents ab8f5ec40a14
children 7f9a0a58394b
line wrap: on
line source

#profile=phobos

compiler=llvmdc
inifile=llvmdc.conf

exeext=
objext=bc


version=LLVM
noversion=DigitalMars
noversion=GNU
testversion=linux
testversion=Unix
version=Posix
testversion=Windows
testversion=Win32
testversion=Win64
testversion=X86
testversion=PPC
testversion=X86_64
testversion=PPC64
testversion=D_InlineAsm
testvestion=D_InlineAsm_X86
testversion=D_InlineAsm_PPC
testversion=D_InlineAsm_X86_64
testversion=D_InlineAsm_PPC64
testversion=LittleEndian
testversion=BigEndian
testversion=LLVM64


[compile]
cmd=llvmdc -version=Posix -c $i

flag=$i
incdir=-I$i
libdir=-L-L$i
optimize=-O5
version=-version=$i


[link]
oneatatime=yes
cmd=llvmdc $i -of$o

libdir=-L-L$i
lib=-L-l$i
flag=-L$i


[liblink]
safe=yes
oneatatime=yes
cmd=llvm-link -f -o=$o $i

libdir=
lib=
flag=


[postliblink]
cmd=


[shliblink]
shlibs=no
oneatatime=yes
cmd=llvm-link $i | llc -filetype=dynlib -f -o=$o

libdir=
lib=
flag=


[dyliblink]
dylibs=no