mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Add external project LDC to release notes.
LDC, the LLVM-based D compiler, is already using LLVM 3.4. llvm-svn: 194665
This commit is contained in:
parent
b2c2390829
commit
7ce6005736
@ -104,6 +104,21 @@ a lot of other language and tools projects. This section lists some of the
|
||||
projects that have already been updated to work with LLVM 3.4.
|
||||
|
||||
|
||||
LDC - the LLVM-based D compiler
|
||||
-------------------------------
|
||||
|
||||
`D <http://dlang.org>`_ is a language with C-like syntax and static typing. It
|
||||
pragmatically combines efficiency, control, and modeling power, with safety and
|
||||
programmer productivity. D supports powerful concepts like Compile-Time Function
|
||||
Execution (CTFE) and Template Meta-Programming, provides an innovative approach
|
||||
to concurrency and offers many classical paradigms.
|
||||
|
||||
`LDC <http://wiki.dlang.org/LDC>`_ uses the frontend from the reference compiler
|
||||
combined with LLVM as backend to produce efficient native code. LDC targets
|
||||
x86/x86_64 systems like Linux, OS X, FreeBSD and Windows and also Linux/PPC64.
|
||||
Ports to other architectures like ARM and AArch64 are underway.
|
||||
|
||||
|
||||
Additional Information
|
||||
======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user