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

Make a comment more accurate

llvm-svn: 5991
This commit is contained in:
Chris Lattner 2003-05-03 03:20:36 +00:00
parent 198cc8f556
commit 63f5ef84be

View File

@ -219,7 +219,7 @@ int CBE::ExecuteProgram(const std::string &Bytecode,
RunProgramWithTimeout(GCCPath, GCCArgs, "/dev/null", ErrorFilename.c_str(),
ErrorFilename.c_str());
// Read the error message into a string.
// Print out the error messages generated by GCC if possible...
std::ifstream ErrorFile(ErrorFilename.c_str());
if (ErrorFile) {
std::copy(std::istreambuf_iterator<char>(ErrorFile),