Separating ddmd

rikki cattermole via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 7 01:11:45 PST 2016


On 07/11/2016 10:08 PM, ANtlord wrote:
> Hello! I've tried to separate ddmd frontend from ldc. I just move folder
> ddmd from ldc project (versions 1.0.0) and folder ddmd from build
> directory to my test project. Folder ddmd from build I moved because it
> contains module id. Also as far as I know I need to compile some C++
> sources. And this thing is not clear for. I found declaration of class
> Library but I don't see body of this class. Is it generated by something
> during ldc compilation? Does somebody know?
>
> By the way, does somebody knows where mr. Schott (Hackerpilot)?
>
> This is my ldc version
> LDC - the LLVM D compiler (7bef75):
>   based on DMD v2.070.2 and LLVM 3.5.0
>   built with DMD64 D Compiler v2.071.2
>   Default target: x86_64-pc-linux-gnu
>   Host CPU: bdver2
>
> OS: Kubuntu 14.04
>
> Sorry if my english is not clear.

Why are you copying it from ldc?
The source code you're copying is from dmd. Only it has modifications to 
it that go beyond the stock frontend capabilities.



More information about the Digitalmars-d mailing list