diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-04-02 23:17:39 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2014-04-02 23:17:39 +0000 |
| commit | 519a45ce36189771f8665fa6a19be09b7afdbe37 (patch) | |
| tree | ffb20cee52ab9704c02d66b9b155230972dd85a3 | |
| parent | 54e3ba5ace52bcdc0d20d69f715c202a31d8c525 (diff) | |
| download | bcm5719-llvm-519a45ce36189771f8665fa6a19be09b7afdbe37.tar.gz bcm5719-llvm-519a45ce36189771f8665fa6a19be09b7afdbe37.zip | |
Minor style fix.
llvm-svn: 205486
| -rw-r--r-- | lld/lib/Driver/GnuLdDriver.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/lib/Driver/GnuLdDriver.cpp b/lld/lib/Driver/GnuLdDriver.cpp index 687e34aed2d..53fedc02ffc 100644 --- a/lld/lib/Driver/GnuLdDriver.cpp +++ b/lld/lib/Driver/GnuLdDriver.cpp @@ -485,8 +485,7 @@ bool GnuLdDriver::parse(int argc, const char *argv[], inputNode = new ELFGNULdScript(*ctx, resolvedInputPath, index++); ec = inputNode->parse(*ctx, diagnostics); if (ec) { - diagnostics << userPath << ": Error parsing linker script" - << "\n"; + diagnostics << userPath << ": Error parsing linker script\n"; return false; } } |

