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

Timothee Cour <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Timothee Cour <[email protected]> ---
ping on this.

this would enable:

* same motivations as https://github.com/ldc-developers/ldc/issues/2093
(Passing options directly to CC)


* makes it easier to switch back and forth between clang build command line and
D build command line, by prepending linker arguments with `-Xcc=`, eg:

```
dmd -Xcc=-Wl,-rpath,some_rpath,-lfoo,-Lbar
``

--

Reply via email to