1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

control reaches end of non-void function.

llvm-svn: 75714
This commit is contained in:
Evan Cheng 2009-07-14 23:55:32 +00:00
parent 3e47cf1dda
commit ec2df6b4f5

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,