-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ldc to the supported compilers #85
Conversation
7315086
to
44b30cf
Compare
0ac5711
to
a417ee9
Compare
@MartinNowak can you take a look at this? I'm not sure if the library name is the same across all systems, but I supposed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks about right, think the dmd interfaces are fine.
Would be cool to add more tests with at least one more linux distro to differ the environment. I'm saying that because I had issues with compiler passed to |
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
a417ee9
to
c5356a2
Compare
Rebased with |
@MartinNowak did you forgot to merge? I already rebased with |
This PR will add support for LDC compiler. I'm not quite sure if it's better to refactor DMD Engine to be widely supported for every D compiler. Currently
ldmd
supports arguments ofdmd
usingldc
.Fixes #75 .