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:
cacce82
)
Fix typo.
author
Rui Ueyama
<ruiu@google.com>
Fri, 28 Mar 2014 00:59:43 +0000
(
00:59
+0000)
committer
Rui Ueyama
<ruiu@google.com>
Fri, 28 Mar 2014 00:59:43 +0000
(
00:59
+0000)
llvm-svn: 204984
lld/lib/Core/LinkingContext.cpp
patch
|
blob
|
history
diff --git
a/lld/lib/Core/LinkingContext.cpp
b/lld/lib/Core/LinkingContext.cpp
index
5cb370a
..
3be27cb
100644
(file)
--- a/
lld/lib/Core/LinkingContext.cpp
+++ b/
lld/lib/Core/LinkingContext.cpp
@@
-43,7
+43,7
@@
bool LinkingContext::createImplicitFiles(
}
std::unique_ptr<File> LinkingContext::createEntrySymbolFile() const {
- return createEntrySymbolFile("command line option -
u
");
+ return createEntrySymbolFile("command line option -
e
");
}
std::unique_ptr<File>