comparison llvmdc-tango @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents 11a8a45759a8
children cc40db549aea
comparison
equal deleted inserted replaced
442:76078c8ab5b9 443:44f08170f4ef
11 version=LLVMDC 11 version=LLVMDC
12 noversion=DigitalMars 12 noversion=DigitalMars
13 noversion=GNU 13 noversion=GNU
14 testversion=linux 14 testversion=linux
15 testversion=Unix 15 testversion=Unix
16 version=Posix 16 testversion=Posix
17 testversion=Windows 17 testversion=Windows
18 testversion=Win32 18 testversion=Win32
19 testversion=Win64 19 testversion=Win64
20 testversion=X86 20 testversion=X86
21 testversion=PPC 21 testversion=PPC
27 testversion=D_InlineAsm_X86_64 27 testversion=D_InlineAsm_X86_64
28 testversion=D_InlineAsm_PPC64 28 testversion=D_InlineAsm_PPC64
29 testversion=LittleEndian 29 testversion=LittleEndian
30 testversion=BigEndian 30 testversion=BigEndian
31 testversion=LLVM64 31 testversion=LLVM64
32 textversion=LLVM_X86_FP80
32 33
33 34
34 [compile] 35 [compile]
35 cmd=llvmdc -version=Tango -c $i 36 cmd=llvmdc -version=Tango -c $i
36 37