зеркало из https://github.com/microsoft/clang-1.git
Kill off one last exit() call.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
33671988f1
Коммит
36841b3636
|
@ -95,7 +95,7 @@ static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
|
|||
ie = FrontendPluginRegistry::end();
|
||||
it != ie; ++it)
|
||||
llvm::errs() << " " << it->getName() << " - " << it->getDesc() << "\n";
|
||||
exit(1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
for (FrontendPluginRegistry::iterator it =
|
||||
|
|
Загрузка…
Ссылка в новой задаче