diff options
author | Rui Ueyama <ruiu@google.com> | 2014-03-28 00:59:43 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-03-28 00:59:43 +0000 |
commit | 200fce42081a8669d03eb54f76ab60facc81d181 (patch) | |
tree | 8f701f4ec4478b7c651a3f95b39cd3f192cdf105 /lld/lib/Core/LinkingContext.cpp | |
parent | cacce82c4d31536166662284746681d3a3a9fbcb (diff) | |
download | bcm5719-llvm-200fce42081a8669d03eb54f76ab60facc81d181.tar.gz bcm5719-llvm-200fce42081a8669d03eb54f76ab60facc81d181.zip |
Fix typo.
llvm-svn: 204984
Diffstat (limited to 'lld/lib/Core/LinkingContext.cpp')
-rw-r--r-- | lld/lib/Core/LinkingContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Core/LinkingContext.cpp b/lld/lib/Core/LinkingContext.cpp index 5cb370a18bd..3be27cb98ec 100644 --- 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> |