hans abandoned this revision.
hans added a comment.

In http://reviews.llvm.org/D19881#420250, @thakis wrote:

> So ninja knows how to filter out the source line that cl.exe prints 
> unconditionally, without a way to disable that. If you add a bare newline, 
> ninja won't filter that out and this will add an empty line to each compile 
> step run under ninja. To work around that, you could print the source input 
> file, but that seems very undesirable.


Printing the source input file would be fiddly, and since this doesn't seem to 
have bitten a lot of people yet, I suppose it's not worth pursuing further.


http://reviews.llvm.org/D19881



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to