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

Iain Buclaw <[email protected]> changed:

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

--- Comment #1 from Iain Buclaw <[email protected]> ---
(In reply to Iain Buclaw from comment #0)
> These parameters will eventually become private to dmd/target.d, there is
> also no way for an interfacing compiler backend to their own platforms.
> 

To highlight why this is important:

1. It wrongly assumes that Windows can never be POSIX (i.e: Cygwin).
2. It wrongly assumes that non-Windows is always POSIX (i.e: RTEMS, Bare-metal)
3. Lacking many other platforms, which would be wrong to hard-code here.

--

Reply via email to