ldc/runtime
2020-02-01 02:52:35 +01:00
..
druntime@2dd7523721 Merge upstream stable (890f7eb2e9) (#3296) 2020-01-27 21:40:49 +01:00
jit-rt Fix StringRef conversion for LLVM 11 (777180a32b61070a10dd330b4f038bf24e916af1) (#3305) 2020-02-01 02:52:35 +01:00
phobos@c74096a533 Merge upstream stable (890f7eb2e9) (#3296) 2020-01-27 21:40:49 +01:00
CMakeLists.txt Slightly revise ldc-build-runtime & make --dFlags extend the default D flags (#3278) 2020-01-16 00:18:35 +01:00
ldc-build-runtime.d.in Slightly revise ldc-build-runtime & make --dFlags extend the default D flags (#3278) 2020-01-16 00:18:35 +01:00
PresetRuntimeConfiguration.cmake Add Android/x64 support (#2874) 2018-10-13 13:21:44 +02:00
README Removed two (!) D1/Tango runtime build systems. 2011-12-04 20:21:56 +01:00
StandaloneDRuntimeTests.cmake Disable druntime test 'gc' for shared-only druntime 2019-03-01 18:19:00 +01:00

Building druntime/Phobos for D2
---

LDC currently needs custom forks of druntime and Phobos. They are integrated
with the main repository using Git submodules. To build them, make sure you
have up-to-date copies of the submodules in your local repository:

$ git submodule update -i

The libraries should then be built and installed automatically along with the
compiler itself. If, for some reason, you want to build them separately, the
targets are:

$ make runtime
$ make phobos2


Building Tango for D1
---

This directory used to contain scripts for building Tango for LDC/D1, which
became obsolete after LDC support was added to its build system, and were
consequently removed. Please use the official Tango build system (bob) from
now on.