projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd2e94
)
Concatenate strings that are unnecessarily separated.
author
Rui Ueyama
<ruiu@google.com>
Wed, 2 Apr 2014 22:32:51 +0000
(22:32 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Wed, 2 Apr 2014 22:32:51 +0000
(22:32 +0000)
llvm-svn: 205475
lld/include/lld/Driver/GnuLdInputGraph.h
patch
|
blob
|
history
diff --git
a/lld/include/lld/Driver/GnuLdInputGraph.h
b/lld/include/lld/Driver/GnuLdInputGraph.h
index f689a457d2069e454f26140b09a72f352c3f9906..a5ecd71373fef969300196bd4fea42a04e417839 100644
(file)
--- 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 : "