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 | 0df7ea4c24fde60512cc6c33479878c996a205ae (patch) | |
tree | e154b16afdfe78951e7879393ae6553b94aaa312 /llvm/tools/llvm-ld/llvm-ld.cpp | |
parent | a881010621a4330fb3ccce177b02111c7982e256 (diff) | |
download | bcm5719-llvm-0df7ea4c24fde60512cc6c33479878c996a205ae.tar.gz bcm5719-llvm-0df7ea4c24fde60512cc6c33479878c996a205ae.zip |
Move tool_output_file into its own file.
llvm-svn: 115973
Diffstat (limited to 'llvm/tools/llvm-ld/llvm-ld.cpp')
-rw-r--r-- | llvm/tools/llvm-ld/llvm-ld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ld/llvm-ld.cpp b/llvm/tools/llvm-ld/llvm-ld.cpp index 3bbea9dc728..73280c64c95 100644 --- a/llvm/tools/llvm-ld/llvm-ld.cpp +++ b/llvm/tools/llvm-ld/llvm-ld.cpp @@ -35,7 +35,7 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/SystemUtils.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/ToolOutputFile.h" #include "llvm/System/Signals.h" #include "llvm/Config/config.h" #include <memory> |