comparison readme.txt @ 5:3d60e549b0c2 trunk

[svn r9] added a preliminary rebuild profile. llvmdc-posix - very handy :) added readme.txt added test/g.d - tests passing strings to functions fixed test/dgs.d and test/funcptr, now all tests except those related to typeinfo should work.
author lindquist
date Wed, 05 Sep 2007 07:16:31 +0200
parents
children 48bebfd701a5
comparison
equal deleted inserted replaced
4:e116aa1488e6 5:3d60e549b0c2
1 LLVM D Compiler (LLVMDC)
2
3 This compiler is based on the Digital Mars D (DMD)[1] compiler frontend, and
4 the LLVM[2] compiler toolkit. It is licensed under the same licence as the DMD
5 compiler frontend. See dmd/readme.txt for more details.
6
7 premake[3] is used to generate a makefile so the project can be built. So far
8 only Linux is tested so use the command: 'premake --target gnu' to generate a
9 Makefile, then just type 'make'.
10
11 You need LLVM 2.1 which is not yet released, so LLVM from SVN is required.
12 Current development has been done against the 20070814 revision, newer will
13 probably work, later probably wont...
14
15 Many thing are still not implemented. For more information visit the website:
16 http://www.dsource.org/projects/llvmdc
17
18 [1] http://www.digitalmars.com/d
19 [2] http://www.llvm.org
20 [3] http://premake.sourceforge.net