forked from ldc-developers/ldc
-
Notifications
You must be signed in to change notification settings - Fork 0
Project Status
redstar edited this page Sep 16, 2012
·
19 revisions
In general, LDC should work fine on most x86/x86-64 Unix-like systems, including Linux, OS X and most BSD flavors. Code generation should work for other platforms supported by the LLVM MC codegen infrastructure (for example ARM), but druntime/Phobos support will most likely be lacking.
- LDC/LDC2 from master branch compiles without patches.
- See Building and Hacking for detailed instructions.
- LLVM 3.1 is required (3.0 does not work because of missing TLS support); LLVM 3.2 is supported, too.
- Druntime and phobos compile but linker errors are still possible.
- exception handling still needs work (see here for a first patch)
- contact: [email protected]
- Code generation is known to work.
- Some initial work has been done on druntime, but support is not yet complete – see issue #116.