summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-07 21:04:42 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-07 21:04:42 +0000
commit0bd75bb92d25591b89f5dee08fb343709d792d5b (patch)
tree3aaf8bfd30ebd9db1834b5ab5d6b35cb1ff31d17 /tools/bugpoint/CrashDebugger.cpp
parent5709e512b19b9b97f3011197bda04ab8e1fe191b (diff)
downloadllvm-0bd75bb92d25591b89f5dee08fb343709d792d5b.tar.gz
llvm-0bd75bb92d25591b89f5dee08fb343709d792d5b.tar.bz2
llvm-0bd75bb92d25591b89f5dee08fb343709d792d5b.tar.xz
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/CrashDebugger.cpp')
-rw-r--r--tools/bugpoint/CrashDebugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp
index e969d5e0be..048e54a989 100644
--- a/tools/bugpoint/CrashDebugger.cpp
+++ b/tools/bugpoint/CrashDebugger.cpp
@@ -5,7 +5,7 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
-#include "SystemUtils.h"
+#include "Support/SystemUtils.h"
#include "ListReducer.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"