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/gold/gold-plugin.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/gold/gold-plugin.cpp')
-rw-r--r-- | tools/gold/gold-plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 4b58fae96d..0214c13934 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -17,7 +17,7 @@ #include "llvm-c/lto.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/ToolOutputFile.h" #include "llvm/System/Errno.h" #include "llvm/System/Path.h" #include "llvm/System/Program.h" |