ldc/runtime
Frits van Bommel 4f51adc810 Implement support for intrinsics returning struct types
(such as llvm.*.with.overflow)
2009-02-26 22:47:06 +01:00
..
import/ldc Implement support for intrinsics returning struct types 2009-02-26 22:47:06 +01:00
internal _d_delarray also had one of the array consistency asserts mentioned in #184 2009-01-30 07:51:50 +01:00
lib Remove pthread_darwin from common runtime makefile. 2008-10-14 19:48:45 +02:00
build-sharedlibs.sh First part of rename to LDC. 2008-10-06 22:46:55 +02:00
build.sh First part of rename to LDC. 2008-10-06 22:46:55 +02:00
CMakeLists.txt Removing ldc.conf. (IMPORTANT: run 'cmake .' after pull) 2009-02-19 13:50:05 +01:00
ldc2.diff D2: forgot the main makefile ... :( 2008-11-12 06:35:20 +01:00
patch-druntime.sh D2 changes! 2008-11-12 07:22:05 +01:00
README Get rid of ex-Tango patch. (merged into Tango) 2009-01-06 15:54:48 +01:00

This should help get the runtime built.
FOR D1:
=======
1) Do a checkout of tango trunk into the ldc root dir (along dmd, gen, runtime etc).

    *   $ ls
    *   dmd dmd2 gen ir ...
    *   $ svn co http://svn.dsource.org/projects/tango/trunk tango

2) Compile the runtime

    *   sh build.sh

FOR D2:
=======
Highly experimental!!!

1) Do a checkout of druntime trunk into the ldc root dir (along dmd, gen, runtime etc).

    *   $ ls
    *   dmd dmd2 gen ir ...
    *   $ svn co http://svn.dsource.org/projects/druntime/trunk druntime

2) Patch druntime

    *   cd runtime
    *   sh patch-druntime.sh

3) Compile druntime

    *   cd ../druntime/src
    *   sh build-ldc.sh

=======
Enjoy!