From: Rui Ueyama Date: Wed, 2 Apr 2014 22:32:51 +0000 (+0000) Subject: Concatenate strings that are unnecessarily separated. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63d3a54980877d6a5008f9f40a7ac31938812993;p=platform%2Fupstream%2Fllvm.git Concatenate strings that are unnecessarily separated. llvm-svn: 205475 --- diff --git a/lld/include/lld/Driver/GnuLdInputGraph.h b/lld/include/lld/Driver/GnuLdInputGraph.h index f689a45..a5ecd71 100644 --- a/lld/include/lld/Driver/GnuLdInputGraph.h +++ b/lld/include/lld/Driver/GnuLdInputGraph.h @@ -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 : "