Home
last modified time | relevance | path

Searched refs:ErrorFilename (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp115 SmallString<128> ErrorFilename; in ProcessFailure() local
117 "bugpoint.program_error_messages", "", ErrorFilename); in ProcessFailure()
123 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(), in ProcessFailure()
124 ErrorFilename.str(), Timeout, MemoryLimit); in ProcessFailure()
128 std::ifstream ErrorFile(ErrorFilename.c_str()); in ProcessFailure()
136 sys::fs::remove(ErrorFilename.c_str()); in ProcessFailure()