mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 22:40:36 +00:00
Need <iostream> for the time being.
llvm-svn: 31821
This commit is contained in:
parent
68b475d560
commit
17c96ef0de
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user