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:
54e3ba5
)
Minor style fix.
author
Rui Ueyama
<ruiu@google.com>
Wed, 2 Apr 2014 23:17:39 +0000
(23:17 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Wed, 2 Apr 2014 23:17:39 +0000
(23:17 +0000)
llvm-svn: 205486
lld/lib/Driver/GnuLdDriver.cpp
patch
|
blob
|
history
diff --git
a/lld/lib/Driver/GnuLdDriver.cpp
b/lld/lib/Driver/GnuLdDriver.cpp
index
687e34a
..
53fedc0
100644
(file)
--- a/
lld/lib/Driver/GnuLdDriver.cpp
+++ b/
lld/lib/Driver/GnuLdDriver.cpp
@@
-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;
}
}