summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ToolRunner.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 21:36:09 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 21:36:09 +0000
commitb9f25f9e19a3557336d2794eb0ef5ef4fac63b94 (patch)
tree634231700ae8e5a49e71e039fac6bac13901fadd /llvm/tools/bugpoint/ToolRunner.h
parent47a309c5caec9c5d04985279656af325a96d3398 (diff)
downloadbcm5719-llvm-b9f25f9e19a3557336d2794eb0ef5ef4fac63b94.tar.gz
bcm5719-llvm-b9f25f9e19a3557336d2794eb0ef5ef4fac63b94.zip
eliminate the ostream version of CheckBitcodeOutputToConsole,
change the raw_ostream one to take the raw_ostream byref instead of byptr. Prune #includes, eliminate a use of Streams.h llvm-svn: 79863
Diffstat (limited to 'llvm/tools/bugpoint/ToolRunner.h')
-rw-r--r--llvm/tools/bugpoint/ToolRunner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.h b/llvm/tools/bugpoint/ToolRunner.h
index 3e3d7d5e5ac..39b0bbfdd5e 100644
--- a/llvm/tools/bugpoint/ToolRunner.h
+++ b/llvm/tools/bugpoint/ToolRunner.h
@@ -20,6 +20,7 @@
#include "llvm/ADT/Triple.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/SystemUtils.h"
+#include "llvm/System/Path.h"
#include <exception>
#include <vector>
OpenPOWER on IntegriCloud