forked from OSchip/llvm-project
parent
cacce82c4d
commit
200fce4208
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue