control reaches end of non-void function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-07-14 23:55:32 +00:00
parent 1f049b24c7
commit f975e011fb

View File

@ -689,6 +689,8 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
RemoteClientStatus << ".\n" << std::flush;
}
}
return 0;
}
int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,