diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-07 20:32:40 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-07 20:32:40 +0000 |
commit | e4f1a9b8a272ff7452759019ee7774e9dbdf1568 (patch) | |
tree | a74d83d424f6f14590efe3b116abc9333f479bc8 /tools/opt/opt.cpp | |
parent | aa4897fa1323ef78d5e72a80c74e96eb21f72057 (diff) |
Move tool_output_file into its own file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/opt.cpp')
-rw-r--r-- | tools/opt/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 56460d1fbb..a54d319bfd 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -32,7 +32,7 @@ #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/StandardPasses.h" #include "llvm/Support/SystemUtils.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/ToolOutputFile.h" #include "llvm/LinkAllPasses.h" #include "llvm/LinkAllVMCore.h" #include <memory> |