On Wed, Jun 11, 2014 at 6:22 PM, Hans Wennborg <[email protected]> wrote:
>
> Yes, I had hoped we could push this way down, basically making it an
> implementation detail of how we invoke sub-processes: if we want to
> pass too many command line arguments on certain platforms, put them
> all in a response file.
>
> But if it's as Saleem says, that some linkers only support this "file
> lists" format, I guess that makes it trickier.
>

We were never going to be able to push response files all the way down into
the subprocess code, because at the very least you need to know what
quoting rules to use for paths / arguments with spaces.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to