Version: 1.28.0, Package name: ldc-1.28.0 |
Maintained by: Brian Callahan |
Description The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The compiler uses the official DMD frontend to support the latest D2 version and relies on the LLVM Core libraries for code generation. |
Filesize: 7737.644 KB |
Version History (View Complete History) |
|
2021-11-29 05:19:13 by Brian Callahan | Files touched by this commit (1) |
Log message: Add LD_LIBRARY_PATH="${WRKDIR}/ldc-${V}-bootstrap/${MACHINE_ARCH}" where needed to cope with LLVM 13 update. No change to the bootstrap becaues the support libraries are already there, they just weren't be used. |