summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/lib/Driver/GnuLdDriver.cpp3
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;
}
}
OpenPOWER on IntegriCloud