ruiu added inline comments.
================
Comment at: clang/lib/Driver/Driver.cpp:1303
+ llvm::outs() << S << "\n";
+ llvm::outs() << "\n";
return false;
----------------
You want to print out just one '\n' at end instead of two, no?
https://reviews.llvm.org/D35759