[PATCH] Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Aug 15 12:46:10 PDT 2014


On 15 August 2014 15:36, Reid Kleckner <rnk at google.com> wrote:
> So, /link actually only consumes arguments until end-of-line. See http://llvm.org/PR17239. If we're going to add support for /link in response files, we should actually get it right. We haven't fixed this yet because most MSVC build systems don't use the compiler to run the link step.

Oh, sorry, yes. End of line, not end of file.

But the point remains, no? All that we need is a pseudo-argument for
end of line in the expanded argv.

Cheers,
Rafael




More information about the llvm-commits mailing list