forked from OSchip/llvm-project
Add missing raw_ostream include
Prior to r259115 this was coming via LTOModule.h and MCContext.h. Apparently this target is not built by 'check'. =( llvm-svn: 259124
This commit is contained in:
parent
22d993877b
commit
7c6b5e15da
|
@ -23,6 +23,7 @@
|
|||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/Support/Signals.h"
|
||||
#include "llvm/Support/TargetSelect.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
// extra command-line flags needed for LTOCodeGenerator
|
||||
static cl::opt<char>
|
||||
|
|
Loading…
Reference in New Issue