[llvm] r259124 - Add missing raw_ostream include

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 16:03:34 PST 2016


Author: rnk
Date: Thu Jan 28 18:03:34 2016
New Revision: 259124

URL: http://llvm.org/viewvc/llvm-project?rev=259124&view=rev
Log:
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'. =(

Modified:
    llvm/trunk/tools/lto/lto.cpp

Modified: llvm/trunk/tools/lto/lto.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/lto.cpp?rev=259124&r1=259123&r2=259124&view=diff
==============================================================================
--- llvm/trunk/tools/lto/lto.cpp (original)
+++ llvm/trunk/tools/lto/lto.cpp Thu Jan 28 18:03:34 2016
@@ -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>




More information about the llvm-commits mailing list