Minor style fix.
authorRui Ueyama <ruiu@google.com>
Wed, 2 Apr 2014 23:17:39 +0000 (23:17 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 2 Apr 2014 23:17:39 +0000 (23:17 +0000)
llvm-svn: 205486

lld/lib/Driver/GnuLdDriver.cpp

index 687e34a..53fedc0 100644 (file)
@@ -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;
         }
       }