Codebase list ldc / 0586705b-6fdf-42fa-8801-70ada2b24827/main
0586705b-6fdf-42fa-8801-70ada2b24827/main

Tree @0586705b-6fdf-42fa-8801-70ada2b24827/main (Download .tar.gz)

LDC – the LLVM-based D Compiler
===============================

[![Latest stable release](https://img.shields.io/github/v/release/ldc-developers/ldc?label=stable)][0]
[![Build status](https://img.shields.io/azure-devops/build/ldc-developers/ldc/1/master?label=Azure%20Pipelines&logo=Azure%20Pipelines)][1]
[![Build status](https://img.shields.io/bitrise/1b36e52cf09e5308/master?label=Bitrise&logo=Bitrise&token=CSkvmRcSUiweaURFUJDMYw)][2]
[![Build status](https://img.shields.io/circleci/project/github/ldc-developers/ldc/master?logo=CircleCI&label=CircleCI)][3]
[![Build status](https://img.shields.io/cirrus/github/ldc-developers/ldc/master?label=Cirrus%20CI&logo=Cirrus%20CI)][4]
[![Build status](https://img.shields.io/shippable/5b6826467dafeb0700d693e5/master?label=Shippable&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8%2F9hAAAABGdBTUEAAK%2FINwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAM9SURBVHjaZFNLTBNRFJ3ptNLP9AfFIlCoSj8gRtsgCiImFnYI4saISzcmGkOiRsPSre5cGBfGhESJCzeaKCEmkPARjCaSStMiLW2h0qZQWjqdTtvpjGcMJIgvuXnv3ffuufeedx5BYKjVamlqgp1RqVTS2qpUKvtIknS1trYSer1e8hHwaTFZDAYDsTfkNq3sYYtRuNJQ01C5RddyK4yQWV1dXWxra7ui0Wi0LMtyWq32ezabTdfV1Z23MuE0lfpNB1UK78Im%2F5S836wKeGoUdgmNF4n8S2V7XGkwmRDA6nQ6M9zlXC6XAlg1nQxGrpb9jXvZH3vZu7LP8eIrUSTKf8shCVVrS0u%2Bv78%2FPzIyopbJZInKyspfw8PDhwYGBuK6w0e4veBsScx50%2FwkFefEeZ2C9Dh0VINfbw9kqm3yQCBQWF5ezoIPHmDKsbGx5MLCAuu64KFTK0u5KiGnfrHCPfNlhNcUwIRvKf79163SnNMz4K452qRpb2%2FXonyqq6vLMD09Xerp6Tk0ODhY7fP5FL5NJvY2nI%2BGBc0qwzAhareifKooBggVXW232891dHRoeZ7fMZlMNaIo8kajseB0OjWLi4up9a0MbTDXnrBYLF14lU6K2DfC4bC%2Fs7PzckVFhU4ul%2BvHx8fZ%2Bvp6qlQqyRBMRqPR3Pb2tjWfz2d2dnYS6%2Bvrk%2F8ASJXMzs5%2BQu9Ol8vlRBYiHo%2BnIpFIcXR09EkikbhI07R%2BYmLi0dra2nXsPx4EIMrlcnZjY%2BMssjUjUxSakPv9fg24eANerGjrOKo6g3O2WCx%2B%2FQ8A6jvW3d39XKFQZPr6%2BowSB7hMQEwur9d7D3y0wY5heAqFgkN2EADoN9B%2FzmazEVar9Uhvb%2B9xcMBgfQrcWGZmZi5NTU3d4TiOhVqHDgKoEXgtFAr9RmbNnrOqqkq5tLQUwtktgHHJZPIHnjACmTPy%2FdFQ3e10Ok2bzWYd%2Bs7EYjEK7DPBYJAEeSpBEE643e4vDoejGVLfRDX3yN1YBewd%2Bj%2BJXh9AC0Noww0wGdYEnk5AwByENA%2FiHkPiH%2FCDh1HF1n4AJawR5P1EmZLvJiwofV%2Fpn8HGdu%2BehsVgSWnzR4ABAB1RgzTDi2vfAAAAAElFTkSuQmCC)][5]
[![Build status](https://img.shields.io/travis/ldc-developers/ldc/master?logo=Travis&label=Travis%20CI)][6]
[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=283332)][7]

The LDC project provides a portable D programming language compiler
with modern optimization and code generation capabilities.

The compiler uses the official DMD frontend to support the latest
version of D2, and relies on the LLVM Core libraries for code
generation.

LDC is fully Open Source; the parts of the source code not taken/adapted from
other projects are BSD-licensed (see the LICENSE file for details).

Please consult the D wiki for further information:
https://wiki.dlang.org/LDC

D1 is no longer available; see the `d1` Git branch for the last
version supporting it.


Installation
------------

### From a pre-built package

Portable stand-alone binary builds for common platforms (incl. Linux,
macOS and Windows) are available at the
[GitHub release page](https://github.com/ldc-developers/ldc/releases).

For bleeding-edge users, we also provide the [latest successful
Continuous Integration builds](https://github.com/ldc-developers/ldc/releases/tag/CI)
with enabled LLVM & LDC assertions (increasing compile times by roughly 50%).

The [dlang.org install script](https://dlang.org/install.html)
can also be used to install LDC:

    curl -fsS https://dlang.org/install.sh | bash -s ldc

In addition, LDC is available from various package managers
(but note that these packages **might be outdated** as they are
not currently integrated into the project release process):

|              | Command                                      |
| ------------ | -------------------------------------------- |
| **Android**  | in [Termux app](https://play.google.com/store/apps/details?id=com.termux&hl=en): `pkg install ldc` |
| Arch Linux   | `pacman -S ldc`                              |
| Debian       | `apt install ldc`                            |
| Fedora       | `dnf install ldc`                            |
| FreeBSD      | `pkg install ldc`                            |
| Gentoo       | `layman -a ldc`                              |
| Homebrew     | `brew install ldc`                           |
| Ubuntu       | `apt install ldc`                            |
| Snap         | `snap install --classic --channel=edge ldc2` |
| Nix/NixOS    | `nix-env -i ldc`                             |
| Chocolatey   | `choco install ldc`                          |
| Docker       | `docker pull dlang2/ldc-ubuntu`              |

#### Targeting Android

You can find full instructions on cross-compiling or natively compiling
for Android [on the wiki](https://wiki.dlang.org/Build_D_for_Android).

### Building from source

In-depth material on building and installing LDC and the standard
libraries is available on the project wiki for
[Linux, macOS, BSD, and Android](http://wiki.dlang.org/Building_LDC_from_source) and
[Windows](http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC).

If you have a working C++/D build environment, CMake, and a recent LLVM
version (≥ 6.0) available, there should be no big surprises. Do not
forget to make sure all the submodules (druntime, phobos, dmd-testsuite)
are up to date:

    $ cd ldc
    $ git submodule update --init

(DMD, GDC and LDC are supported as host compilers. For bootstrapping
purposes, we recommend GDC via its `gdmd` wrapper. Alternatively, LDC 0.17,
the last version not to require a D compiler, is maintained to some degree in
the `ltsmaster` branch.)

### Cross-compiling

Similar to other LLVM-based compilers, cross-compiling with LDC is simple.
Full instructions and example invocations are provided on the dedicated
[Wiki page](https://wiki.dlang.org/Cross-compiling_with_LDC).

Contact
-------

The best way to get in touch with the developers is either via the
[digitalmars.D.ldc forum/newsgroup/mailing list](https://forum.dlang.org)
or our [Gitter chat](http://gitter.im/ldc-developers/main).
There is also the #ldc IRC channel on FreeNode.

For further documentation, contributor information, etc. please see
[the D wiki](https://wiki.dlang.org/LDC).

Feedback of any kind is very much appreciated!


[0]: https://github.com/ldc-developers/ldc/releases/latest
[1]: https://dev.azure.com/ldc-developers/ldc/_build/latest?definitionId=1&branchName=master
[2]: https://app.bitrise.io/app/1b36e52cf09e5308
[3]: https://circleci.com/gh/ldc-developers/ldc/tree/master
[4]: https://cirrus-ci.com/github/ldc-developers/ldc/master
[5]: https://app.shippable.com/github/ldc-developers/ldc/runs?branchName=master
[6]: https://travis-ci.org/ldc-developers/ldc/branches
[7]: https://www.bountysource.com/teams/ldc-developers/issues