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:
parent
198cc8f556
commit
63f5ef84be
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user