summaryrefslogtreecommitdiff
path: root/tools/llvm-lto
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-04-29 23:26:49 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-04-29 23:26:49 +0000
commit7259f14839ab7a61f2af6e897005585b1ea4a3d4 (patch)
tree32f41727a5e16bd3e594c5ba77b60a255bfe50f7 /tools/llvm-lto
parentc1ff2d3621020082745e05da6d5a992584291279 (diff)
downloadllvm-7259f14839ab7a61f2af6e897005585b1ea4a3d4.tar.gz
llvm-7259f14839ab7a61f2af6e897005585b1ea4a3d4.tar.bz2
llvm-7259f14839ab7a61f2af6e897005585b1ea4a3d4.tar.xz
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-lto')
-rw-r--r--tools/llvm-lto/llvm-lto.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-lto/llvm-lto.cpp b/tools/llvm-lto/llvm-lto.cpp
index 678e4db08f..8c2d1cdfbb 100644
--- a/tools/llvm-lto/llvm-lto.cpp
+++ b/tools/llvm-lto/llvm-lto.cpp
@@ -17,6 +17,7 @@
#include "llvm/LTO/LTOCodeGenerator.h"
#include "llvm/LTO/LTOModule.h"
#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/FileSystem.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"