Эх сурвалжийг харах

Add #include <iostream> since Value.h does not include it any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14623 91177308-0d34-0410-b5e6-96231b3b80d8
Reid Spencer 21 жил өмнө
parent
commit
86f42bdad9

+ 1 - 0
tools/analyze/AnalysisWrappers.cpp

@@ -21,6 +21,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Analysis/InstForest.h"
 #include "llvm/Support/CallSite.h"
+#include <iostream>
 
 using namespace llvm;
 

+ 2 - 0
tools/bugpoint/BugDriver.cpp

@@ -22,7 +22,9 @@
 #include "llvm/Support/ToolRunner.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
+#include <iostream>
 #include <memory>
+
 using namespace llvm;
 
 // Anonymous namespace to define command line options for debugging.

+ 1 - 0
tools/bugpoint/ExtractFunction.cpp

@@ -27,6 +27,7 @@
 #include "Support/CommandLine.h"
 #include "Support/Debug.h"
 #include "Support/FileUtilities.h"
+#include <iostream>
 #include <set>
 using namespace llvm;
 

+ 2 - 1
tools/llc/llc.cpp

@@ -22,8 +22,9 @@
 #include "llvm/Pass.h"
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
-#include <memory>
 #include <fstream>
+#include <iostream>
+#include <memory>
 
 using namespace llvm;
 

+ 1 - 0
tools/lli/lli.cpp

@@ -21,6 +21,7 @@
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
+#include <iostream>
 
 using namespace llvm;
 

+ 1 - 0
tools/llvm-ar/llvm-ar.cpp

@@ -18,6 +18,7 @@
 #include "llvm/System/Signals.h"
 #include <string>
 #include <fstream>
+#include <iostream>
 #include <cstdio>
 #include <sys/stat.h>
 #include <sys/types.h> 

+ 1 - 0
tools/llvm-as/llvm-as.cpp

@@ -22,6 +22,7 @@
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
 #include <fstream>
+#include <iostream>
 #include <memory>
 
 using namespace llvm;

+ 1 - 0
tools/llvm-link/llvm-link.cpp

@@ -21,6 +21,7 @@
 #include "Support/FileUtilities.h"
 #include "llvm/System/Signals.h"
 #include <fstream>
+#include <iostream>
 #include <memory>
 
 using namespace llvm;

+ 1 - 0
tools/llvm-nm/llvm-nm.cpp

@@ -24,6 +24,7 @@
 #include <cctype>
 #include <cerrno>
 #include <cstring>
+#include <iostream>
 
 using namespace llvm;
 

+ 1 - 0
tools/llvm-prof/llvm-prof.cpp

@@ -21,6 +21,7 @@
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
 #include <cstdio>
+#include <iostream>
 #include <map>
 #include <set>
 

+ 1 - 0
tools/opt/AnalysisWrappers.cpp

@@ -21,6 +21,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Analysis/InstForest.h"
 #include "llvm/Support/CallSite.h"
+#include <iostream>
 
 using namespace llvm;