[PATCH] D19881: clang-cl: Print a blank line at the start of /showIncludes (PR27226)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Tue May 3 11:55:38 PDT 2016
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
More information about the cfe-commits
mailing list