Concatenate strings that are unnecessarily separated.
authorRui Ueyama <ruiu@google.com>
Wed, 2 Apr 2014 22:32:51 +0000 (22:32 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 2 Apr 2014 22:32:51 +0000 (22:32 +0000)
llvm-svn: 205475

lld/include/lld/Driver/GnuLdInputGraph.h

index f689a45..a5ecd71 100644 (file)
@@ -61,12 +61,9 @@ public:
   /// \brief Dump the Input Element
   bool dump(raw_ostream &diagnostics) override {
     diagnostics << "Name    : " << *getPath(_elfLinkingContext) << "\n"
-                << "Type    : "
-                << "ELF File"
-                << "\n"
+                << "Type    : ELF File\n"
                 << "Ordinal : " << getOrdinal() << "\n"
-                << "Attributes : "
-                << "\n"
+                << "Attributes :\n"
                 << "  - wholeArchive : "
                 << ((_attributes._isWholeArchive) ? "true" : "false") << "\n"
                 << "  - asNeeded : "