Fix typo.

llvm-svn: 204984
This commit is contained in:
Rui Ueyama 2014-03-28 00:59:43 +00:00
parent cacce82c4d
commit 200fce4208
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ bool LinkingContext::createImplicitFiles(
} }
std::unique_ptr<File> LinkingContext::createEntrySymbolFile() const { std::unique_ptr<File> LinkingContext::createEntrySymbolFile() const {
return createEntrySymbolFile("command line option -u"); return createEntrySymbolFile("command line option -e");
} }
std::unique_ptr<File> std::unique_ptr<File>