summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-17 10:09:22 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-17 10:09:22 +0000
commit0d630c33b223d8a5042088c9400307aca72350a2 (patch)
tree17101d86871c5c2a3ae393d348da9712b2268994 /llvm/tools
parent605795ea8cf20c7a5fedb9652a83a465129d01d6 (diff)
downloadbcm5719-llvm-0d630c33b223d8a5042088c9400307aca72350a2.tar.gz
bcm5719-llvm-0d630c33b223d8a5042088c9400307aca72350a2.zip
Need <iostream> for the time being.
llvm-svn: 31821
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/bugpoint/bugpoint.cpp1
-rw-r--r--llvm/tools/llvm-ld/Optimize.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp
index 97ff5f701f0..57d8e60b1f7 100644
--- a/llvm/tools/bugpoint/bugpoint.cpp
+++ b/llvm/tools/bugpoint/bugpoint.cpp
@@ -22,6 +22,7 @@
#include "llvm/System/Process.h"
#include "llvm/System/Signals.h"
#include "llvm/LinkAllVMCore.h"
+#include <iostream>
using namespace llvm;
// AsChild - Specifies that this invocation of bugpoint is being generated
diff --git a/llvm/tools/llvm-ld/Optimize.cpp b/llvm/tools/llvm-ld/Optimize.cpp
index 29423a74ef7..25f1d7d1d53 100644
--- a/llvm/tools/llvm-ld/Optimize.cpp
+++ b/llvm/tools/llvm-ld/Optimize.cpp
@@ -24,6 +24,7 @@
#include "llvm/Transforms/Scalar.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/Support/PluginLoader.h"
+#include <iostream>
using namespace llvm;
// Pass Name Options as generated by the PassNameParser
OpenPOWER on IntegriCloud