summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-06 22:30:59 +0000
committerChris Lattner <sabre@nondot.org>2006-06-06 22:30:59 +0000
commitf1b20d8620b05abaa52f40ac6d21f839b265fb00 (patch)
treed2a148e9dcff660cf202c98283c7c28121ed5bff /tools/bugpoint/ToolRunner.h
parent18a4af2ba6ac38dd96c11de0743e7cf701c1cc14 (diff)
downloadllvm-f1b20d8620b05abaa52f40ac6d21f839b265fb00.tar.gz
llvm-f1b20d8620b05abaa52f40ac6d21f839b265fb00.tar.bz2
llvm-f1b20d8620b05abaa52f40ac6d21f839b265fb00.tar.xz
Move ToolRunner.(cpp|h) into the bugpoint directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ToolRunner.h')
-rw-r--r--tools/bugpoint/ToolRunner.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/bugpoint/ToolRunner.h b/tools/bugpoint/ToolRunner.h
index d232cd2e97..9d2903cc64 100644
--- a/tools/bugpoint/ToolRunner.h
+++ b/tools/bugpoint/ToolRunner.h
@@ -1,4 +1,4 @@
-//===-- llvm/Support/ToolRunner.h -------------------------------*- C++ -*-===//
+//===-- tools/bugpoint/ToolRunner.h -----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -14,8 +14,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_SUPPORT_TOOLRUNNER_H
-#define LLVM_SUPPORT_TOOLRUNNER_H
+#ifndef BUGPOINT_TOOLRUNNER_H
+#define BUGPOINT_TOOLRUNNER_H
#include "llvm/Support/SystemUtils.h"
#include <exception>
@@ -26,7 +26,6 @@ namespace llvm {
class CBE;
class LLC;
-
/// ToolExecutionError - An instance of this class is thrown by the
/// AbstractInterpreter instances if there is an error running a tool (e.g., LLC
/// crashes) which prevents execution of the program.