forked from OSchip/llvm-project
a4884cc38f
It is really hard to cover restarts in a debugger, SIGKILL or power failures. I will try to handle them in a followup patch, but it will not support all the systems lld has to run on. RemoveFileOnSignal takes care of crashes. So what is left is making sure all regular exits delete the file. This patch does that by moving the buffer to error handling. That is a bit of a hack, but seemed better than to generalize it to take a callback on construction. I will implement this on COFF on the next patch. llvm-svn: 318060 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ErrorHandler.cpp | ||
Reproduce.cpp | ||
TargetOptionsCommandFlags.cpp | ||
Threads.cpp | ||
Version.cpp |