ldc/runtime
Martin Kinkelin f545d57ea9
Merge pull request #4007 from Ast-x64/riscv64
RISCV64: Initial support
2022-09-10 19:16:12 +02:00
..
druntime@b855c889c8 Merge upstream v2.100.1 (dlang/dmd@f282f98f7b) 2022-07-11 17:28:45 +02:00
jit-rt [NFC] Use early return in jit compile generateBind:genBind (#4035) 2022-08-21 13:15:45 +08:00
phobos@321adbf4d9 Merge upstream v2.100.1 (dlang/dmd@f282f98f7b) 2022-07-11 17:28:45 +02:00
TestRunnerTemplate Add test runner template for iOS 2020-05-29 23:04:30 +02:00
.gitignore Add test runner template for iOS 2020-05-29 23:04:30 +02:00
CMakeLists.txt RISCV64: Initial support 2022-06-28 22:37:21 +08:00
DRuntimeIntegrationTests.cmake druntime: Use debug druntime for debug integration tests 2021-05-24 19:36:00 +02:00
ldc-build-runtime.d.in CMake: Tweak library versioning symlink scheme 2022-05-06 20:11:58 +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.