hanchenye-llvm-project/llvm/tools/bugpoint
Lang Hames 2959356958 [Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to close
this, and in some circumstances (e.g. reducing particularly large test-cases)
this was causing bugpoint to be killed for hitting open file-handle limits.

No test case: I was only able to trigger this with test cases taking upwards of
10 mins to run.

llvm-svn: 219244
2014-10-07 21:47:23 +00:00
..
BugDriver.cpp Return a std::unique_ptr from the IRReader.h functions. NFC. 2014-08-26 17:29:46 +00:00
BugDriver.h Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
CMakeLists.txt
CrashDebugger.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
ExecutionDriver.cpp
ExtractFunction.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
FindBugs.cpp
LLVMBuild.txt
ListReducer.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
Makefile
Miscompilation.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
OptimizerDriver.cpp Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
ToolRunner.cpp [Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to close 2014-10-07 21:47:23 +00:00
ToolRunner.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
bugpoint.cpp Handle inlining in populateLTOPassManager like in populateModulePassManager. 2014-08-21 13:35:30 +00:00