ldc/runtime
Martin Kinkelin 5c3509e7d4 Bump Phobos
2024-12-08 00:13:24 +01:00
..
druntime Improve Objective-C support (#4777) 2024-12-03 04:26:27 +01:00
jit-rt Drop support for LLVM < 14 2024-05-12 03:53:03 +02:00
phobos@e053773c6b Bump Phobos 2024-12-08 00:13:24 +01:00
TestRunnerTemplate
.gitignore
CMakeLists.txt [tiny refactoring wrt. CXX language dependency for runtime build] 2024-09-13 18:16:13 +02:00
DRuntimeIntegrationTests.cmake [tiny refactoring wrt. CXX language dependency for runtime build] 2024-09-13 18:16:13 +02:00
ldc-build-runtime.d.in [ldc-build-runtime: Define LDMD_EXE_FULL for druntime integration tests] 2024-09-13 15:09:49 +02:00
README

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.