[Issue 14558] Attempts to link with DMD when using MSVC LDC under VisualD

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Nov 1 04:15:44 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14558

--- Comment #10 from Manu <turkeyman at gmail.com> ---
(In reply to Rainer Schuetze from comment #9)
> but I suspect that these should just be different compilers.

This is true. Where do you think VisualD stands in defining different
toolchains like this? We'll need a way to map 'platforms' to configured
toolchains at some point. There are cross compilers for all sorts of
architectures, and we don't really have a way to configure multiple toolchains
for different targets with VisualD at this time.

With Android and iOS coming online, I think this will be a critical issue
fairly soon.

I'm not sure the best approach. MS do it completely differently to VisualD. I
often wonder if an MSBuild style solution would be more idiomatic?

--


More information about the Digitalmars-d-bugs mailing list