diff options
Diffstat (limited to 'llvm/tools/bugpoint/ToolRunner.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/ToolRunner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.cpp b/llvm/tools/bugpoint/ToolRunner.cpp index 503a5dda136..62290f935fe 100644 --- a/llvm/tools/bugpoint/ToolRunner.cpp +++ b/llvm/tools/bugpoint/ToolRunner.cpp @@ -689,6 +689,8 @@ int GCC::ExecuteProgram(const std::string &ProgramFile, RemoteClientStatus << ".\n" << std::flush; } } + + return 0; } int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType, |

