diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-01-24 22:11:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-01-24 22:11:32 +0000 |
commit | 8b67a9f01da8048d4ed0a3fefc890e684526cd6a (patch) | |
tree | 3a477c21c59c764e17d8a794f3e240fc18bb740a /clang/lib/Driver/Compilation.cpp | |
parent | d225fe9c6746d065ebe184f96f2cfbafec025668 (diff) |
Notes
Diffstat (limited to 'clang/lib/Driver/Compilation.cpp')
-rw-r--r-- | clang/lib/Driver/Compilation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Compilation.cpp b/clang/lib/Driver/Compilation.cpp index ba188f5c4083..25aec3690f21 100644 --- a/clang/lib/Driver/Compilation.cpp +++ b/clang/lib/Driver/Compilation.cpp @@ -172,7 +172,7 @@ int Compilation::ExecuteCommand(const Command &C, } if (getDriver().CCPrintOptions) - *OS << "[Logging clang options]"; + *OS << "[Logging clang options]\n"; C.Print(*OS, "\n", /*Quote=*/getDriver().CCPrintOptions); } |