diff options
-rw-r--r-- | tools/bugpoint/ToolRunner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 503a5dda13..62290f935f 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/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, |