mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 21:45:16 +00:00
Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place
llvm-svn: 9242
This commit is contained in:
parent
8aa9d7a872
commit
23628ef2fb
@ -195,7 +195,11 @@ bool BugDriver::diffProgram(const std::string &BytecodeFile,
|
||||
}
|
||||
FilesDifferent = true;
|
||||
}
|
||||
|
||||
// Remove the generated output.
|
||||
removeFile(Output);
|
||||
|
||||
// Remove the bytecode file if we are supposed to.
|
||||
if (RemoveBytecode) removeFile(BytecodeFile);
|
||||
return FilesDifferent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user