summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/include/lld/Driver/GnuLdInputGraph.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lld/include/lld/Driver/GnuLdInputGraph.h b/lld/include/lld/Driver/GnuLdInputGraph.h
index f689a457d20..a5ecd71373f 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 : "
OpenPOWER on IntegriCloud