diff options
author | Reid Kleckner <rnk@google.com> | 2016-01-29 00:03:34 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-01-29 00:03:34 +0000 |
commit | cb176fdd52f1d5a3cba3902afd08a4071f5b93d6 (patch) | |
tree | bf07695f8312bb4624f82b5f8c1d7d6a7e737a2e /tools/lto | |
parent | 778020bb36e4d866a9ed0dc5547aec1c1af09e34 (diff) |
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'. =(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lto')
-rw-r--r-- | tools/lto/lto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp index e7062b59d52..ad5addee7be 100644 --- a/tools/lto/lto.cpp +++ b/tools/lto/lto.cpp @@ -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> |