diff options
Diffstat (limited to 'lib/Support/ToolRunner.cpp')
| -rw-r--r-- | lib/Support/ToolRunner.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Support/ToolRunner.cpp b/lib/Support/ToolRunner.cpp index 6ad3d4392c..4a7be56461 100644 --- a/lib/Support/ToolRunner.cpp +++ b/lib/Support/ToolRunner.cpp @@ -21,6 +21,8 @@  #include <sstream>  using namespace llvm; +ToolExecutionError::~ToolExecutionError() throw() { } +  static void ProcessFailure(std::string ProgPath, const char** Args) {    std::ostringstream OS;    OS << "\nError running tool:\n ";  | 
