view llvmdc-tango @ 203:e881c9b1c738 trunk

[svn r219] Fixed: the tango/lib/gc/basic garbage collector now compiles and links into an executable (change in tango/lib/llvmdc-posix.mak), closes #5 . Changed: removed the crappy realloc based dynamic memory runtime and started moving over to DMD style runtime support, part of moving to real GC. Fixed: dynamic arrays now use GC runtime for allocating memory. Fixed: new expression now use GC for allocating memory. Changed: revamped the dynamic array support routines related to dynamic memory. Fixed: assertions no longer create exsessive allocas. Changed: misc. minor cleanups.
author lindquist
date Tue, 13 May 2008 14:42:09 +0200
parents 8f9191180c7a
children 657d37df25b0
line wrap: on
line source

profile=tango

compiler=llvmdc
inifile=llvmdc.conf

exeext=
objext=bc


version=LLVM
version=LLVMDC
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=Tango -c $i

flag=$i
incdir=-I$i
libdir=-L-L=$i
optimize=-O3
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-ar rsc $o $i

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


[postliblink]
#cmd=ranlib $i


[shliblink]
shlibs=no

[dyliblink]
dylibs=no