mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-31 20:13:19 +01:00
85c1b42b1b4b8275dfdb44b980869c3980f1d047
Fixed issues with slice initialization (!!!) of multidimensional static arrays. Attempt to fix issue with referencing nested 'this' pointers introduced in DMD 1.033 merge.
LLVM D Compiler (LLVMDC) This compiler is based on the Digital Mars D (DMD)[1] compiler frontend, and the LLVM[2] compiler toolkit. It is licensed under the same licence as the DMD compiler frontend. See dmd/readme.txt for more details. premake[3] is used to generate a makefile so the project can be built. So far only Linux is tested so use the command: 'premake --target gnu' to generate a Makefile, then just type 'make'. You need the latest stable LLVM. See the LLVM website. For more information visit the LLVMDC website: http://www.dsource.org/projects/llvmdc [1] http://www.digitalmars.com/d [2] http://www.llvm.org [3] http://premake.sourceforge.net
Description
Languages
C
75.2%
C++
23.2%
D
0.7%
CMake
0.6%
Shell
0.2%