[Issue 19195] Support pragma to specify linker directives

2018-09-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19195

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/aa391954552990ee8895d74fcfc42df3ac2d1386
Fixes Issue 19195 - Support pragma to specify linker directives

Added pragma(linkerDirective, "/DIRECTIVE")

https://github.com/dlang/dmd/commit/adeb9bb868872e519f3f93ca478ecb566f7e8f95
Merge pull request #8654 from TurkeyMan/linkerdirective

Fixes Issue 19195 - Support pragma to specify linker directives
merged-on-behalf-of: Mathias LANG 

--


[Issue 19195] Support pragma to specify linker directives

2018-09-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19195

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 19195] Support pragma to specify linker directives

2018-09-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19195

--- Comment #1 from Manu  ---
https://github.com/dlang/dmd/pull/8654

--