diff options
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> |